Skip to content

Commit 62e5a8e

Browse files
feat(all): auto-regenerate discovery clients (#3492)
1 parent 26a317d commit 62e5a8e

26 files changed

+5840
-2371
lines changed

chat/v1/chat-api.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
}
15361536
}
15371537
},
1538-
"revision": "20260120",
1538+
"revision": "20260205",
15391539
"rootUrl": "https://chat.googleapis.com/",
15401540
"schemas": {
15411541
"AccessSettings": {
@@ -3007,6 +3007,11 @@
30073007
"description": "A configuration object that helps configure the data sources for a widget. Available for Google Chat apps and Google Workspace add-ons that extend Google Workspace Studio.",
30083008
"id": "GoogleAppsCardV1DataSourceConfig",
30093009
"properties": {
3010+
"minCharactersTrigger": {
3011+
"description": "The minimum number of characters the user must enter before this data provider is triggered (i.e., before it starts returning results).",
3012+
"format": "int32",
3013+
"type": "integer"
3014+
},
30103015
"platformDataSource": {
30113016
"$ref": "GoogleAppsCardV1PlatformDataSource",
30123017
"description": "The data is from a Google Workspace application."
@@ -3600,7 +3605,7 @@
36003605
"id": "GoogleAppsCardV1SelectionInput",
36013606
"properties": {
36023607
"dataSourceConfigs": {
3603-
"description": "Optional. The data source configs for the selection control. This field provides more fine-grained control over the data source. If specified, the `multi_select_max_selected_items` field, `multi_select_min_query_length` field, `external_data_source` field and `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the [Developer Preview Program](https://developers.google.com/workspace/preview). For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple `DataSourceConfig`s are set, only the first one is used.",
3608+
"description": "Optional. The data source configs for the selection control. This field provides more fine-grained control over the data source. If specified, the `multi_select_max_selected_items` field, `multi_select_min_query_length` field, `external_data_source` field and `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple `DataSourceConfig`s are set, only the first one is used.",
36043609
"items": {
36053610
"$ref": "GoogleAppsCardV1DataSourceConfig"
36063611
},
@@ -3660,7 +3665,7 @@
36603665
"A set of checkboxes. Users can select one or more checkboxes.",
36613666
"A set of radio buttons. Users can select one radio button.",
36623667
"A set of switches. Users can turn on one or more switches.",
3663-
"A dropdown menu. Users can select one item from the menu. For Google Chat apps, as part of the [Developer Preview Program](https://developers.google.com/workspace/preview), you can populate items using a dynamic data source and autosuggest items as users type in the menu. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To dynamically populate items for a dropdown menu, use one of the following types of data sources: * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement dropdown menus for Chat apps, see [Add a dropdown menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu) and [Dynamically populate drop-down menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu). [Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3668+
"A dropdown menu. Users can select one item from the menu. For Google Chat apps, you can populate items using a dynamic data source and autosuggest items as users type in the menu. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To dynamically populate items for a dropdown menu, use one of the following types of data sources: * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement dropdown menus for Chat apps, see [Add a dropdown menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu) and [Dynamically populate drop-down menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu). [Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):",
36643669
"A menu with a text box. Users can type and select one or more items. For Google Workspace add-ons, you must populate items using a static array of `SelectionItem` objects. For Google Chat apps, you can also populate items using a dynamic data source and autosuggest items as users type in the menu. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To dynamically populate items for a multiselect menu, use one of the following types of data sources: * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement multiselect menus for Chat apps, see [Add a multiselect menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#multiselect-menu). [Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):"
36653670
],
36663671
"type": "string"

chat/v1/chat-gen.go

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

cloudfunctions/v2/cloudfunctions-api.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
}
784784
}
785785
},
786-
"revision": "20260129",
786+
"revision": "20260205",
787787
"rootUrl": "https://cloudfunctions.googleapis.com/",
788788
"schemas": {
789789
"AbortFunctionUpgradeRequest": {
@@ -992,6 +992,28 @@
992992
"properties": {},
993993
"type": "object"
994994
},
995+
"DirectVpcNetworkInterface": {
996+
"description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.",
997+
"id": "DirectVpcNetworkInterface",
998+
"properties": {
999+
"network": {
1000+
"description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.",
1001+
"type": "string"
1002+
},
1003+
"subnetwork": {
1004+
"description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.",
1005+
"type": "string"
1006+
},
1007+
"tags": {
1008+
"description": "Optional. Network tags applied to this Cloud Function resource.",
1009+
"items": {
1010+
"type": "string"
1011+
},
1012+
"type": "array"
1013+
}
1014+
},
1015+
"type": "object"
1016+
},
9951017
"EventFilter": {
9961018
"description": "Filters events based on exact matches on the CloudEvents attributes.",
9971019
"id": "EventFilter",
@@ -1923,6 +1945,27 @@
19231945
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
19241946
"type": "string"
19251947
},
1948+
"directVpcEgress": {
1949+
"description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.",
1950+
"enum": [
1951+
"DIRECT_VPC_EGRESS_UNSPECIFIED",
1952+
"VPC_EGRESS_PRIVATE_RANGES_ONLY",
1953+
"VPC_EGRESS_ALL_TRAFFIC"
1954+
],
1955+
"enumDescriptions": [
1956+
"Unspecified.",
1957+
"Sends only traffic to internal addresses through the VPC network.",
1958+
"Sends all outbound traffic through the VPC network."
1959+
],
1960+
"type": "string"
1961+
},
1962+
"directVpcNetworkInterface": {
1963+
"description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.",
1964+
"items": {
1965+
"$ref": "DirectVpcNetworkInterface"
1966+
},
1967+
"type": "array"
1968+
},
19261969
"environmentVariables": {
19271970
"additionalProperties": {
19281971
"type": "string"

cloudfunctions/v2/cloudfunctions-gen.go

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

0 commit comments

Comments
 (0)