Skip to content

Commit 1770219

Browse files
feat(all): auto-regenerate discovery clients (#2115)
1 parent c631c0a commit 1770219

39 files changed

+3805
-1568
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12270,7 +12270,7 @@
1227012270
}
1227112271
}
1227212272
},
12273-
"revision": "20230727",
12273+
"revision": "20230809",
1227412274
"rootUrl": "https://aiplatform.googleapis.com/",
1227512275
"schemas": {
1227612276
"GoogleApiHttpBody": {
@@ -20077,6 +20077,11 @@
2007720077
"$ref": "GoogleCloudAiplatformV1PipelineJobRuntimeConfig",
2007820078
"description": "Runtime config of the pipeline."
2007920079
},
20080+
"scheduleName": {
20081+
"description": "Output only. The schedule resource name. Only returned if the Pipeline is created by Schedule API.",
20082+
"readOnly": true,
20083+
"type": "string"
20084+
},
2008020085
"serviceAccount": {
2008120086
"description": "The service account that the pipeline workload runs as. If not specified, the Compute Engine default service account in the project will be used. See https://cloud.google.com/compute/docs/access/service-accounts#default_service_account Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.",
2008220087
"type": "string"
@@ -20753,6 +20758,10 @@
2075320758
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionDeploy",
2075420759
"description": "Optional. Deploy the PublisherModel to Vertex Endpoint."
2075520760
},
20761+
"openEvaluationPipeline": {
20762+
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences",
20763+
"description": "Optional. Open evaluation pipeline of the PublisherModel."
20764+
},
2075620765
"openFineTuningPipeline": {
2075720766
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences",
2075820767
"description": "Optional. Open fine-tuning pipeline of the PublisherModel."
@@ -27333,7 +27342,7 @@
2733327342
"type": "object"
2733427343
},
2733527344
"GoogleIamV1Policy": {
27336-
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:[email protected]\", \"group:[email protected]\", \"domain:google.com\", \"serviceAccount:[email protected]\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:[email protected]\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
27345+
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:[email protected]\", \"group:[email protected]\", \"domain:google.com\", \"serviceAccount:[email protected]\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:[email protected]\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
2733727346
"id": "GoogleIamV1Policy",
2733827347
"properties": {
2733927348
"bindings": {
@@ -27428,7 +27437,7 @@
2742827437
"description": "Properties of the object. Contains field @type with type URL.",
2742927438
"type": "any"
2743027439
},
27431-
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
27440+
"description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
2743227441
"type": "object"
2743327442
}
2743427443
},

aiplatform/v1/aiplatform-gen.go

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)