Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2636

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion accessapproval/v1/accessapproval-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20240503",
"revision": "20240607",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -985,6 +985,22 @@
"format": "int32",
"type": "integer"
},
"requestScopeMaxWidthPreference": {
"description": "Optional. A setting to indicate the maximum width of an Access Approval request.",
"enum": [
"REQUEST_SCOPE_MAX_WIDTH_PREFERENCE_UNSPECIFIED",
"ORGANIZATION",
"FOLDER",
"PROJECT"
],
"enumDescriptions": [
"Default value for proto, shouldn't be used.",
"This is the widest scope possible. It means the customer has no scope restriction when it comes to Access Approval requests.",
"Customer allows the scope of Access Approval requests as broad as the Folder level.",
"Customer allows the scope of Access Approval requests as broad as the Project level."
],
"type": "string"
},
"requireCustomerVisibleJustification": {
"description": "Optional. A setting to require approval request justifications to be customer visible.",
"type": "boolean"
Expand Down
13 changes: 13 additions & 0 deletions accessapproval/v1/accessapproval-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"maxResults": {
"default": "100",
"description": "Maximum number of results to return, value should not exceed 300.",
"description": "Maximum number of results to return. Value should not exceed 300.",
"format": "int32",
"location": "query",
"minimum": "1",
Expand Down Expand Up @@ -3967,12 +3967,12 @@
"type": "string"
},
"customer": {
"description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.",
"description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all users for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.",
"location": "query",
"type": "string"
},
"domain": {
"description": "The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.",
"description": "The domain name. Use this field to get users from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240509",
"revision": "20240611",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
6 changes: 3 additions & 3 deletions admin/directory/v1/admin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions aiplatform/v1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -16287,7 +16287,7 @@
}
}
},
"revision": "20240529",
"revision": "20240609",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -26463,7 +26463,7 @@
"Error parsing sparse dimensions field.",
"Token restrict value is invalid.",
"Invalid sparse embedding.",
"Invalid embedding."
"Invalid dense embedding."
],
"type": "string"
},
Expand Down Expand Up @@ -27847,10 +27847,6 @@
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke",
"description": "Optional. Deploy PublisherModel to Google Kubernetes Engine."
},
"fineTune": {
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences",
"description": "Optional. Fine tune the PublisherModel with the third-party model tuning UI."
},
"openEvaluationPipeline": {
"$ref": "GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences",
"description": "Optional. Open evaluation pipeline of the PublisherModel."
Expand Down
5 changes: 1 addition & 4 deletions aiplatform/v1/aiplatform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading