Content-Length: 1222448 | pFad | https://github.com/googleapis/googleapis/commit/e3bcc1ee4f7bdeeaad2c947dea7f4388b7d864e7

AD feat: add dedicated_resources to DeployedIndex in aiplatform v1beta1 … · googleapis/googleapis@e3bcc1e · GitHub
Skip to content

Commit e3bcc1e

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
feat: add dedicated_resources to DeployedIndex in aiplatform v1beta1 index_endpoint.proto
feat: add Scaling to OnlineServingConfig in aiplatform v1beta1 featurestore.proto chore: sort imports PiperOrigin-RevId: 425395202
1 parent bd97e46 commit e3bcc1e

File tree

74 files changed

+182
-134
lines changed

Some content is hidden

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

74 files changed

+182
-134
lines changed

google/cloud/aiplatform/v1beta1/accelerator_type.proto

Lines changed: 1 addition & 1 deletion
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.

google/cloud/aiplatform/v1beta1/aiplatform_grpc_service_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@
389389
"service": "google.cloud.aiplatform.v1beta1.ModelService",
390390
"method": "ExportModel"
391391
},
392+
{
393+
"service": "google.cloud.aiplatform.v1beta1.ModelService",
394+
"method": "CopyModel"
395+
},
392396
{
393397
"service": "google.cloud.aiplatform.v1beta1.ModelService",
394398
"method": "GetModelEvaluation"

google/cloud/aiplatform/v1beta1/aiplatform_v1beta1.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,20 @@ http:
172172
- get: '/v1beta1/{name=projects/*}/locations'
173173
- selector: google.iam.v1.IAMPolicy.GetIamPolicy
174174
get: '/v1beta1/{resource=projects/*/locations/*/**}:getIamPolicy'
175+
additional_bindings:
176+
- get: '/ui/{resource=projects/*/locations/*/**}:getIamPolicy'
175177
- selector: google.iam.v1.IAMPolicy.SetIamPolicy
176178
post: '/v1beta1/{resource=projects/*/locations/*/**}:setIamPolicy'
177179
body: '*'
180+
additional_bindings:
181+
- post: '/ui/{resource=projects/*/locations/*/**}:setIamPolicy'
182+
body: '*'
178183
- selector: google.iam.v1.IAMPolicy.TestIamPermissions
179184
post: '/v1beta1/{resource=projects/*/locations/*/**}:testIamPermissions'
180185
body: '*'
186+
additional_bindings:
187+
- post: '/ui/{resource=projects/*/locations/*/**}:testIamPermissions'
188+
body: '*'
181189
- selector: google.longrunning.Operations.CancelOperation
182190
post: '/ui/{name=projects/*/locations/*/operations/*}:cancel'
183191
additional_bindings:

google/cloud/aiplatform/v1beta1/annotation.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/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.V1Beta1";
2828
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/annotation_spec.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2525
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/artifact.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/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.V1Beta1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/batch_prediction_job.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/completion_stats.proto";
@@ -30,7 +31,6 @@ import "google/cloud/aiplatform/v1beta1/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.V1Beta1";
3636
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/completion_stats.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2424
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/context.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/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.V1Beta1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/custom_job.proto

Lines changed: 3 additions & 2 deletions
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.v1beta1;
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/v1beta1/encryption_spec.proto";
@@ -26,7 +27,6 @@ import "google/cloud/aiplatform/v1beta1/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.V1Beta1";
3232
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;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

google/cloud/aiplatform/v1beta1/data_item.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2727
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/data_labeling_job.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/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.V1Beta1";
3232
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/dataset.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/encryption_spec.proto";
2223
import "google/cloud/aiplatform/v1beta1/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.V1Beta1";
2828
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/dataset_service.proto

Lines changed: 1 addition & 1 deletion
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.

google/cloud/aiplatform/v1beta1/deployed_index_ref.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2424
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/deployed_model_ref.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2424
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/encryption_spec.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2323
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/endpoint.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/encryption_spec.proto";
@@ -25,7 +26,6 @@ import "google/cloud/aiplatform/v1beta1/machine_resources.proto";
2526
import "google/cloud/aiplatform/v1beta1/model_deployment_monitoring_job.proto";
2627
import "google/cloud/aiplatform/v1beta1/model_monitoring.proto";
2728
import "google/protobuf/timestamp.proto";
28-
import "google/api/annotations.proto";
2929

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

google/cloud/aiplatform/v1beta1/endpoint_service.proto

Lines changed: 1 addition & 1 deletion
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.

google/cloud/aiplatform/v1beta1/entity_type.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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/v1beta1/feature.proto";
2223
import "google/cloud/aiplatform/v1beta1/featurestore_monitoring.proto";
2324
import "google/protobuf/timestamp.proto";
24-
import "google/api/annotations.proto";
2525

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

google/cloud/aiplatform/v1beta1/env_var.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2323
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

google/cloud/aiplatform/v1beta1/event.proto

Lines changed: 2 additions & 2 deletions
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.v1beta1;
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.V1Beta1";
2525
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/googleapis/commit/e3bcc1ee4f7bdeeaad2c947dea7f4388b7d864e7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy