Skip to content

Commit 328ca96

Browse files
feat: add dedicated_resources to DeployedIndex message in aiplatform v1 index_endpoint.proto chore: sort imports (#261)
* feat: add dedicated_resources to DeployedIndex message in aiplatform v1 index_endpoint.proto chore: sort imports PiperOrigin-RevId: 425394497 Source-Link: googleapis/googleapis@bd97e46 Source-Link: googleapis/googleapis-gen@13eed11 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTNlZWQxMTA1MWUxY2Y5ZjlhYjQzZDE3NGYyM2QzNWZmYjMyOTQxYyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2208a03 commit 328ca96

File tree

141 files changed

+259
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+259
-200
lines changed

packages/google-cloud-aiplatform/.jsdoc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ module.exports = {
4040
includePattern: '\\.js$'
4141
},
4242
templates: {
43-
copyright: 'Copyright 2021 Google LLC',
43+
copyright: 'Copyright 2022 Google LLC',
4444
includeDate: false,
4545
sourceFiles: false,
4646
systemName: '@google-cloud/aiplatform',

packages/google-cloud-aiplatform/linkinator.config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"https://codecov.io/gh/googleapis/",
55
"www.googleapis.com",
66
"img.shields.io",
7-
"https://console.cloud.google.com/cloudshell"
7+
"https://console.cloud.google.com/cloudshell",
8+
"https://support.google.com"
89
],
910
"silent": true,
1011
"concurrency": 5,

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/accelerator_type.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/annotation.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,13 +16,13 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122

2223
import "google/cloud/aiplatform/v1/user_action_reference.proto";
2324
import "google/protobuf/struct.proto";
2425
import "google/protobuf/timestamp.proto";
25-
import "google/api/annotations.proto";
2626

2727
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2828
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/annotation_spec.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,10 +16,10 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/protobuf/timestamp.proto";
22-
import "google/api/annotations.proto";
2323

2424
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2525
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/artifact.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,12 +16,12 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/value.proto";
2223
import "google/protobuf/struct.proto";
2324
import "google/protobuf/timestamp.proto";
24-
import "google/api/annotations.proto";
2525

2626
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/batch_prediction_job.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/completion_stats.proto";
@@ -30,7 +31,6 @@ import "google/cloud/aiplatform/v1/unmanaged_container_model.proto";
3031
import "google/protobuf/struct.proto";
3132
import "google/protobuf/timestamp.proto";
3233
import "google/rpc/status.proto";
33-
import "google/api/annotations.proto";
3434

3535
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
3636
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/completion_stats.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,9 +16,9 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/rpc/status.proto";
21-
import "google/api/annotations.proto";
2222

2323
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2424
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/context.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,12 +16,12 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/value.proto";
2223
import "google/protobuf/struct.proto";
2324
import "google/protobuf/timestamp.proto";
24-
import "google/api/annotations.proto";
2525

2626
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/custom_job.proto

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/encryption_spec.proto";
@@ -26,7 +27,6 @@ import "google/cloud/aiplatform/v1/machine_resources.proto";
2627
import "google/protobuf/duration.proto";
2728
import "google/protobuf/timestamp.proto";
2829
import "google/rpc/status.proto";
29-
import "google/api/annotations.proto";
3030

3131
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
3232
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";
@@ -107,6 +107,7 @@ message CustomJob {
107107
}
108108

109109
// Represents the spec of a CustomJob.
110+
// Next Id: 14
110111
message CustomJobSpec {
111112
// Required. The spec of the worker pools including machine type and Docker image.
112113
// All worker pools except the first one are optional and can be skipped by

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/data_item.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,12 +16,12 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122

2223
import "google/protobuf/struct.proto";
2324
import "google/protobuf/timestamp.proto";
24-
import "google/api/annotations.proto";
2525

2626
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/data_labeling_job.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/accelerator_type.proto";
@@ -26,7 +27,6 @@ import "google/protobuf/struct.proto";
2627
import "google/protobuf/timestamp.proto";
2728
import "google/rpc/status.proto";
2829
import "google/type/money.proto";
29-
import "google/api/annotations.proto";
3030

3131
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
3232
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/dataset.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,13 +16,13 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/encryption_spec.proto";
2223
import "google/cloud/aiplatform/v1/io.proto";
2324
import "google/protobuf/struct.proto";
2425
import "google/protobuf/timestamp.proto";
25-
import "google/api/annotations.proto";
2626

2727
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2828
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/dataset_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/deployed_index_ref.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,9 +16,9 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
21-
import "google/api/annotations.proto";
2222

2323
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2424
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/deployed_model_ref.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,9 +16,9 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
21-
import "google/api/annotations.proto";
2222

2323
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2424
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/encryption_spec.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,8 +16,8 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19-
import "google/api/field_behavior.proto";
2019
import "google/api/annotations.proto";
20+
import "google/api/field_behavior.proto";
2121

2222
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2323
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/endpoint.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/encryption_spec.proto";
@@ -25,7 +26,6 @@ import "google/cloud/aiplatform/v1/machine_resources.proto";
2526
import "google/cloud/aiplatform/v1/model_deployment_monitoring_job.proto";
2627
import "google/cloud/aiplatform/v1/model_monitoring.proto";
2728
import "google/protobuf/timestamp.proto";
28-
import "google/api/annotations.proto";
2929

3030
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
3131
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/endpoint_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/entity_type.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,11 +16,11 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/feature.proto";
2223
import "google/protobuf/timestamp.proto";
23-
import "google/api/annotations.proto";
2424

2525
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2626
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/env_var.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,8 +16,8 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19-
import "google/api/field_behavior.proto";
2019
import "google/api/annotations.proto";
20+
import "google/api/field_behavior.proto";
2121

2222
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2323
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/event.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,10 +16,10 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/protobuf/timestamp.proto";
22-
import "google/api/annotations.proto";
2323

2424
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2525
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/execution.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,12 +16,12 @@ syntax = "proto3";
1616

1717
package google.cloud.aiplatform.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/aiplatform/v1/value.proto";
2223
import "google/protobuf/struct.proto";
2324
import "google/protobuf/timestamp.proto";
24-
import "google/api/annotations.proto";
2525

2626
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";

0 commit comments

Comments
 (0)