Skip to content

Commit 0735943

Browse files
feat(all): auto-regenerate discovery clients (#2998)
1 parent c090593 commit 0735943

40 files changed

+586
-174
lines changed

chat/v1/chat-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
}
13451345
}
13461346
},
1347-
"revision": "20250126",
1347+
"revision": "20250130",
13481348
"rootUrl": "https://chat.googleapis.com/",
13491349
"schemas": {
13501350
"AccessSettings": {
@@ -2001,7 +2001,7 @@
20012001
"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."
20022002
},
20032003
"configCompleteRedirectUrl": {
2004-
"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).",
2004+
"description": "This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing an authorization or configuration flow outside of Google Chat, users must be redirected to this URL to signal to Google Chat that the authorization or configuration flow was successful. For more information, see [Connect a Chat app with other services and tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer Preview](https://developers.google.com/workspace/preview), this URL is also populated for `APP_COMMAND` interaction events.",
20052005
"type": "string"
20062006
},
20072007
"dialogEventType": {

chat/v1/chat-gen.go

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow/v2beta1/dialogflow-api.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -2645,8 +2645,7 @@
26452645
],
26462646
"parameters": {
26472647
"filter": {
2648-
"deprecated": true,
2649-
"description": "Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).",
2648+
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
26502649
"location": "query",
26512650
"type": "string"
26522651
},
@@ -6294,8 +6293,7 @@
62946293
],
62956294
"parameters": {
62966295
"filter": {
6297-
"deprecated": true,
6298-
"description": "Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).",
6296+
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
62996297
"location": "query",
63006298
"type": "string"
63016299
},
@@ -8239,7 +8237,7 @@
82398237
}
82408238
}
82418239
},
8242-
"revision": "20250121",
8240+
"revision": "20250130",
82438241
"rootUrl": "https://dialogflow.googleapis.com/",
82448242
"schemas": {
82458243
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -10325,7 +10323,7 @@
1032510323
"type": "string"
1032610324
},
1032710325
"clientSecret": {
10328-
"description": "Required. The client secret provided by the 3rd party platform.",
10326+
"description": "Optional. The client secret provided by the 3rd party platform.",
1032910327
"type": "string"
1033010328
},
1033110329
"scopes": {
@@ -12700,7 +12698,7 @@
1270012698
"type": "string"
1270112699
},
1270212700
"clientSecret": {
12703-
"description": "Required. The client secret provided by the 3rd party platform.",
12701+
"description": "Optional. The client secret provided by the 3rd party platform.",
1270412702
"type": "string"
1270512703
},
1270612704
"scopes": {

dialogflow/v2beta1/dialogflow-gen.go

+14-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebaseml/v2beta/firebaseml-api.json

+1-16
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250122",
209+
"revision": "20250203",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -940,10 +940,6 @@
940940
"format": "float",
941941
"type": "number"
942942
},
943-
"thinkingConfig": {
944-
"$ref": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
945-
"description": "Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking."
946-
},
947943
"topK": {
948944
"description": "Optional. If specified, top-k sampling will be used.",
949945
"format": "float",
@@ -1006,17 +1002,6 @@
10061002
},
10071003
"type": "object"
10081004
},
1009-
"GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig": {
1010-
"description": "Config for thinking features.",
1011-
"id": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
1012-
"properties": {
1013-
"includeThoughts": {
1014-
"description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.",
1015-
"type": "boolean"
1016-
}
1017-
},
1018-
"type": "object"
1019-
},
10201005
"GoogleCloudAiplatformV1beta1GoogleSearchRetrieval": {
10211006
"description": "Tool to retrieve public web data for grounding, powered by Google.",
10221007
"id": "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval",

firebaseml/v2beta/firebaseml-gen.go

-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

identitytoolkit/v1/identitytoolkit-api.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@
12391239
}
12401240
}
12411241
},
1242-
"revision": "20241205",
1242+
"revision": "20250130",
12431243
"rootUrl": "https://identitytoolkit.googleapis.com/",
12441244
"schemas": {
12451245
"GoogleCloudIdentitytoolkitV1Argon2Parameters": {
@@ -1694,7 +1694,6 @@
16941694
"type": "array"
16951695
},
16961696
"federatedUserId": {
1697-
"description": "The federated user identifier of one or more accounts to fetch. Should only be specified by authenticated requests bearing a Google OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs/access-control).",
16981697
"items": {
16991698
"$ref": "GoogleCloudIdentitytoolkitV1FederatedUserIdentifier"
17001699
},
@@ -1822,6 +1821,10 @@
18221821
"description": "An ID token for the account. It is required for VERIFY_AND_CHANGE_EMAIL and VERIFY_EMAIL requests unless return_oob_link is set to true.",
18231822
"type": "string"
18241823
},
1824+
"linkDomain": {
1825+
"description": "Optional. In order to ensure that the url used can be easily opened in iOS or Android, we create a Hosting link '/__/auth/links'. This optional field contains the domain to use when constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.",
1826+
"type": "string"
1827+
},
18251828
"newEmail": {
18261829
"description": "The email address the account is being updated to. Required only for VERIFY_AND_CHANGE_EMAIL requests.",
18271830
"type": "string"
@@ -2037,7 +2040,6 @@
20372040
"type": "integer"
20382041
},
20392042
"provider": {
2040-
"description": "Name of the identity provider.",
20412043
"enum": [
20422044
"PROVIDER_UNSPECIFIED",
20432045
"MSLIVE",
@@ -2276,7 +2278,6 @@
22762278
"id": "GoogleCloudIdentitytoolkitV1QueryUserInfoRequest",
22772279
"properties": {
22782280
"expression": {
2279-
"description": "Query conditions used to filter results. If more than one is passed, only the first SqlExpression is evaluated.",
22802281
"items": {
22812282
"$ref": "GoogleCloudIdentitytoolkitV1SqlExpression"
22822283
},
@@ -2293,7 +2294,6 @@
22932294
"type": "string"
22942295
},
22952296
"order": {
2296-
"description": "The order for sorting query result. Defaults to __ascending__ order. Only valid when `return_user_info` is set to `true`.",
22972297
"enum": [
22982298
"ORDER_UNSPECIFIED",
22992299
"ASC",
@@ -2311,7 +2311,6 @@
23112311
"type": "boolean"
23122312
},
23132313
"sortBy": {
2314-
"description": "The field to use for sorting user accounts. Defaults to `USER_ID`. Note: when `phone_number` is specified in `expression`, the result ignores the sorting. Only valid when `return_user_info` is set to `true`.",
23152314
"enum": [
23162315
"SORT_BY_FIELD_UNSPECIFIED",
23172316
"USER_ID",
@@ -2549,7 +2548,6 @@
25492548
"type": "string"
25502549
},
25512550
"deleteAttribute": {
2552-
"description": "The account's attributes to be deleted.",
25532551
"items": {
25542552
"enum": [
25552553
"USER_ATTRIBUTE_NAME_UNSPECIFIED",
@@ -3638,7 +3636,6 @@
36383636
"type": "integer"
36393637
},
36403638
"passwordHashOrder": {
3641-
"description": "Password and salt order when verify password.",
36423639
"enum": [
36433640
"UNSPECIFIED_ORDER",
36443641
"SALT_AND_PASSWORD",

0 commit comments

Comments
 (0)