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 #2727

Merged
merged 1 commit into from
Aug 9, 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
6 changes: 5 additions & 1 deletion assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
}
}
},
"revision": "20240712",
"revision": "20240801",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1503,6 +1503,10 @@
"description": "Permissions granted to the AW Partner SA account for the customer workload",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions",
"properties": {
"accessTransparencyLogsSupportCaseViewer": {
"description": "Optional. Allow partner to view support case details for an AXT log",
"type": "boolean"
},
"assuredWorkloadsMonitoring": {
"description": "Optional. Allow partner to view violation alerts.",
"type": "boolean"
Expand Down
19 changes: 12 additions & 7 deletions assuredworkloads/v1beta1/assuredworkloads-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 batch/v1/batch-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
}
}
},
"revision": "20240729",
"revision": "20240801",
"rootUrl": "https://batch.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -1907,7 +1907,7 @@
"type": "boolean"
},
"background": {
"description": "This flag allows a Runnable to continue running in the background while the Task executes subsequent Runnables. This is useful to provide services to other Runnables (or to provide debugging support tools like SSH servers).",
"description": "Normally, a runnable that doesn't exit causes its task to fail. However, you can set this field to `true` to configure a background runnable. Background runnables are allowed continue running in the background while the task executes subsequent runnables. For example, background runnables are useful for providing services to other runnables or providing debugging-support tools like SSH servers. Specifically, background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as task failures.",
"type": "boolean"
},
"barrier": {
Expand All @@ -1927,7 +1927,7 @@
"description": "Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup)."
},
"ignoreExitStatus": {
"description": "Normally, a non-zero exit status causes the Task to fail. This flag allows execution of other Runnables to continue instead.",
"description": "Normally, a runnable that returns a non-zero exit status fails and causes the task to fail. However, you can set this field to `true` to allow the task to continue executing its other runnables even if this runnable fails.",
"type": "boolean"
},
"labels": {
Expand Down Expand Up @@ -2206,7 +2206,7 @@
"type": "string"
},
"runnables": {
"description": "Required. The sequence of one or more runnables (executable scripts, executable containers, and/or barriers) for each task in this task group to run. Each task runs this list of runnables in order. For a task to succeed, all of its script and container runnables each must either exit with a zero status or enable the `ignore_exit_status` subfield and exit with any status. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.",
"description": "Required. The sequence of one or more runnables (executable scripts, executable containers, and/or barriers) for each task in this task group to run. Each task runs this list of runnables in order. For a task to succeed, all of its script and container runnables each must meet at least one of the following conditions: + The runnable exited with a zero status. + The runnable didn't finish, but you enabled its `background` subfield. + The runnable exited with a non-zero status, but you enabled its `ignore_exit_status` subfield.",
"items": {
"$ref": "Runnable"
},
Expand Down
31 changes: 19 additions & 12 deletions batch/v1/batch-gen.go

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

4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
}
}
},
"revision": "20240801",
"revision": "20240804",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessSettings": {
Expand Down Expand Up @@ -2816,7 +2816,7 @@
"type": "integer"
},
"name": {
"description": "The name that identifies the selection input in a form input event. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).",
"description": "Required. The name that identifies the selection input in a form input event. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).",
"type": "string"
},
"onChangeAction": {
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-gen.go

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

27 changes: 26 additions & 1 deletion cloudkms/v1/cloudkms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,31 @@
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-west1.rep.googleapis.com/",
"location": "us-west1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-east7.rep.googleapis.com/",
"location": "us-east7"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-central1.rep.googleapis.com/",
"location": "us-central1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-west3.rep.googleapis.com/",
"location": "us-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-central2.rep.googleapis.com/",
"location": "us-central2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-west4.rep.googleapis.com/",
"location": "us-west4"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -2076,7 +2101,7 @@
}
}
},
"revision": "20240723",
"revision": "20240801",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down
Loading