Skip to content

Commit ffae061

Browse files
feat(all): auto-regenerate discovery clients (#3311)
1 parent 5ed74f3 commit ffae061

23 files changed

+1166
-122
lines changed

chat/v1/chat-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@
15281528
}
15291529
}
15301530
},
1531-
"revision": "20250821",
1531+
"revision": "20250909",
15321532
"rootUrl": "https://chat.googleapis.com/",
15331533
"schemas": {
15341534
"AccessSettings": {
@@ -2075,7 +2075,7 @@
20752075
"type": "string"
20762076
},
20772077
"invokedFunction": {
2078-
"description": "Name of the invoked function associated with the widget. Only set for Chat apps.",
2078+
"description": "Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend Chat should use the `parameters` field. See [Build interactive interfaces for Chat apps](https://developers.google.com/workspace/add-ons/chat/build).",
20792079
"type": "string"
20802080
},
20812081
"parameters": {
@@ -2326,12 +2326,12 @@
23262326
],
23272327
"enumDescriptions": [
23282328
"Default value for the enum. DO NOT USE.",
2329-
"A user sends the Chat app a message, or invokes the Chat app in a space, such as any of the following examples: * Any message in a direct message (DM) space with the Chat app. * A message in a multi-person space where a person @mentions the Chat app, or uses one of its [slash commands](https://developers.google.com/workspace/chat/commands#types). * If you've configured link previews for your Chat app, a user posts a message that contains a link that matches the configured URL pattern.",
2329+
"A user sends the Chat app a message, or invokes the Chat app in a space. Examples of message events include: * Any message in a direct message (DM) space with the Chat app. * A message in a multi-person space where a person @mentions the Chat app, or uses one of its [slash commands](https://developers.google.com/workspace/chat/commands#types). * If you've configured link previews for your Chat app, a user posts a message that contains a link that matches the configured URL pattern.",
23302330
"A user adds the Chat app to a space, or a Google Workspace administrator installs the Chat app in direct message spaces for users in their organization. Chat apps typically respond to this interaction event by posting a welcome message in the space. When administrators install Chat apps, the `space.adminInstalled` field is set to `true` and users can't uninstall them. To learn about Chat apps installed by administrators, see Google Workspace Admin Help's documentation, [Install Marketplace apps in your domain](https://support.google.com/a/answer/172482).",
23312331
"A user removes the Chat app from a space, or a Google Workspace administrator uninstalls the Chat app for a user in their organization. Chat apps can't respond with messages to this event, because they have already been removed. When administrators uninstall Chat apps, the `space.adminInstalled` field is set to `false`. If a user installed the Chat app before the administrator, the Chat app remains installed for the user and the Chat app doesn't receive a `REMOVED_FROM_SPACE` interaction event.",
23322332
"A user clicks an interactive element of a card or dialog from a Chat app, such as a button. To receive an interaction event, the button must trigger another interaction with the Chat app. For example, a Chat app doesn't receive a `CARD_CLICKED` interaction event if a user clicks a button that opens a link to a website, but receives interaction events in the following examples: * The user clicks a `Send feedback` button on a card, which opens a dialog for the user to input information. * The user clicks a `Submit` button after inputting information into a card or dialog. If a user clicks a button to open, submit, or cancel a dialog, the `CARD_CLICKED` interaction event's `isDialogEvent` field is set to `true` and includes a [`DialogEventType`](https://developers.google.com/workspace/chat/api/reference/rest/v1/DialogEventType).",
2333-
"A user updates a widget in a card message or dialog.",
2334-
"A user uses a Chat app [quick command](https://developers.google.com/workspace/chat/commands#types)."
2333+
"A user updates a widget in a card message or dialog. This event is triggered when a user interacts with a widget that has an associated action.",
2334+
"A user uses a Chat app [command](https://developers.google.com/workspace/chat/commands#types), including slash commands and quick commands."
23352335
],
23362336
"type": "string"
23372337
},

chat/v1/chat-gen.go

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

documentai/v1beta3/documentai-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
172+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -1290,7 +1290,7 @@
12901290
}
12911291
}
12921292
},
1293-
"revision": "20250820",
1293+
"revision": "20250908",
12941294
"rootUrl": "https://documentai.googleapis.com/",
12951295
"schemas": {
12961296
"CloudAiDocumentaiLabHifiaToolsValidationValidatorInput": {

documentai/v1beta3/documentai-gen.go

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

firebasedataconnect/v1/firebasedataconnect-api.json

Lines changed: 109 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -482,6 +482,34 @@
482482
"https://www.googleapis.com/auth/cloud-platform"
483483
]
484484
},
485+
"introspectGraphql": {
486+
"description": "Execute introspection query against the Firebase Data Connect's generated GraphQL schema. GraphQL introspection query provides metadata such as what tables the schema have, what queries and mutations can be performed on the schema, and so on. Read more at https://graphql.org/learn/introspection. IntrospectGraphql can read schema metadata but cannot read rows from Cloud SQL instance, which can be done via ExecuteGraphqlRead.",
487+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:introspectGraphql",
488+
"httpMethod": "POST",
489+
"id": "firebasedataconnect.projects.locations.services.introspectGraphql",
490+
"parameterOrder": [
491+
"name"
492+
],
493+
"parameters": {
494+
"name": {
495+
"description": "Required. The relative resource name of Firebase Data Connect service, in the format: ``` projects/{project}/locations/{location}/services/{service} ```",
496+
"location": "path",
497+
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
498+
"required": true,
499+
"type": "string"
500+
}
501+
},
502+
"path": "v1/{+name}:introspectGraphql",
503+
"request": {
504+
"$ref": "GraphqlRequest"
505+
},
506+
"response": {
507+
"$ref": "GraphqlResponse"
508+
},
509+
"scopes": [
510+
"https://www.googleapis.com/auth/cloud-platform"
511+
]
512+
},
485513
"list": {
486514
"description": "Lists Services in a given project and location.",
487515
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services",
@@ -755,6 +783,62 @@
755783
"https://www.googleapis.com/auth/cloud-platform"
756784
]
757785
},
786+
"impersonateMutation": {
787+
"description": "Impersonate a mutation defined on a Firebase Data Connect connector. It grants the admin SDK access to mutations defined in the given connector. The caller can choose to impersonate a particular Firebase Auth user, or skip @auth completely.",
788+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/connectors/{connectorsId}:impersonateMutation",
789+
"httpMethod": "POST",
790+
"id": "firebasedataconnect.projects.locations.services.connectors.impersonateMutation",
791+
"parameterOrder": [
792+
"name"
793+
],
794+
"parameters": {
795+
"name": {
796+
"description": "Required. The resource name of the connector to find the predefined query/mutation, in the format: ``` projects/{project}/locations/{location}/services/{service}/connectors/{connector} ```",
797+
"location": "path",
798+
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/connectors/[^/]+$",
799+
"required": true,
800+
"type": "string"
801+
}
802+
},
803+
"path": "v1/{+name}:impersonateMutation",
804+
"request": {
805+
"$ref": "ImpersonateRequest"
806+
},
807+
"response": {
808+
"$ref": "GraphqlResponse"
809+
},
810+
"scopes": [
811+
"https://www.googleapis.com/auth/cloud-platform"
812+
]
813+
},
814+
"impersonateQuery": {
815+
"description": "Impersonate a query defined on a Firebase Data Connect connector. It grants the admin SDK access to queries defined in the given connector. The caller can choose to impersonate a particular Firebase Auth user, or skip @auth completely.",
816+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/connectors/{connectorsId}:impersonateQuery",
817+
"httpMethod": "POST",
818+
"id": "firebasedataconnect.projects.locations.services.connectors.impersonateQuery",
819+
"parameterOrder": [
820+
"name"
821+
],
822+
"parameters": {
823+
"name": {
824+
"description": "Required. The resource name of the connector to find the predefined query/mutation, in the format: ``` projects/{project}/locations/{location}/services/{service}/connectors/{connector} ```",
825+
"location": "path",
826+
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/connectors/[^/]+$",
827+
"required": true,
828+
"type": "string"
829+
}
830+
},
831+
"path": "v1/{+name}:impersonateQuery",
832+
"request": {
833+
"$ref": "ImpersonateRequest"
834+
},
835+
"response": {
836+
"$ref": "GraphqlResponse"
837+
},
838+
"scopes": [
839+
"https://www.googleapis.com/auth/cloud-platform"
840+
]
841+
},
758842
"list": {
759843
"description": "Lists Connectors in a given project and location.",
760844
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/connectors",
@@ -1076,7 +1160,7 @@
10761160
}
10771161
}
10781162
},
1079-
"revision": "20250824",
1163+
"revision": "20250907",
10801164
"rootUrl": "https://firebasedataconnect.googleapis.com/",
10811165
"schemas": {
10821166
"CancelOperationRequest": {
@@ -1420,6 +1504,29 @@
14201504
},
14211505
"type": "object"
14221506
},
1507+
"ImpersonateRequest": {
1508+
"description": "The Impersonate request to Firebase Data Connect.",
1509+
"id": "ImpersonateRequest",
1510+
"properties": {
1511+
"extensions": {
1512+
"$ref": "GraphqlRequestExtensions",
1513+
"description": "Optional. Additional GraphQL request information."
1514+
},
1515+
"operationName": {
1516+
"description": "Required. The name of the GraphQL operation name. Required because all Connector operations must be named. See https://graphql.org/learn/queries/#operation-name.",
1517+
"type": "string"
1518+
},
1519+
"variables": {
1520+
"additionalProperties": {
1521+
"description": "Properties of the object.",
1522+
"type": "any"
1523+
},
1524+
"description": "Optional. Values for GraphQL variables provided in this request.",
1525+
"type": "object"
1526+
}
1527+
},
1528+
"type": "object"
1529+
},
14231530
"Impersonation": {
14241531
"description": "Impersonation configures the Firebase Auth context to impersonate.",
14251532
"id": "Impersonation",

0 commit comments

Comments
 (0)