Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Aug 14, 2024
1 parent c616f47 commit 4118ec2
Show file tree
Hide file tree
Showing 21 changed files with 1,886 additions and 1,433 deletions.
253 changes: 250 additions & 3 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

321 changes: 315 additions & 6 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

272 changes: 269 additions & 3 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

351 changes: 345 additions & 6 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apikeys/v2/apikeys-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
}
}
},
"revision": "20230806",
"revision": "20240811",
"rootUrl": "https://apikeys.googleapis.com/",
"schemas": {
"Operation": {
Expand Down Expand Up @@ -502,7 +502,7 @@
"type": "array"
},
"service": {
"description": "The service for this restriction. It should be the canonical service name, for example: `translate.googleapis.com`. You can use [`gcloud services list`](/sdk/gcloud/reference/services/list) to get a list of services that are enabled in the project.",
"description": "The service for this restriction. It should be the canonical service name, for example: `translate.googleapis.com`. You can use [`gcloud services list`](https://cloud.google.com/sdk/gcloud/reference/services/list) to get a list of services that are enabled in the project.",
"type": "string"
}
},
Expand Down
4 changes: 2 additions & 2 deletions apikeys/v2/apikeys-gen.go

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

6 changes: 3 additions & 3 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
}
}
},
"revision": "20240804",
"revision": "20240808",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessSettings": {
Expand Down Expand Up @@ -1862,7 +1862,7 @@
"description": "Represents information about the user's client, such as locale, host app, and platform. For Chat apps, `CommonEventObject` includes information submitted by users interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card."
},
"configCompleteRedirectUrl": {
"description": "The URL the Chat app should redirect the user to after they have completed an authorization or configuration flow outside of Google Chat. For more information, see [Connect a Chat app with other services \u0026 tools](https://developers.google.com/workspace/chat/connect-web-services-tools).",
"description": "For `MESSAGE` interaction events, the URL that users must be redirected to after they complete an authorization or configuration flow outside of Google Chat. For more information, see [Connect a Chat app with other services and tools](https://developers.google.com/workspace/chat/connect-web-services-tools).",
"type": "string"
},
"dialogEventType": {
Expand Down Expand Up @@ -4422,7 +4422,7 @@
"id": "Thread",
"properties": {
"name": {
"description": "Output only. Resource name of the thread. Example: `spaces/{space}/threads/{thread}`",
"description": "Resource name of the thread. Example: `spaces/{space}/threads/{thread}`",
"type": "string"
},
"threadKey": {
Expand Down
10 changes: 5 additions & 5 deletions chat/v1/chat-gen.go

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

Loading

0 comments on commit 4118ec2

Please sign in to comment.