Skip to content

Commit 09097b0

Browse files
feat(all): auto-regenerate discovery clients (#2480)
1 parent 5c21170 commit 09097b0

26 files changed

Lines changed: 5352 additions & 1010 deletions

aiplatform/v1/aiplatform-api.json

Lines changed: 555 additions & 10 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

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

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 630 additions & 11 deletions
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@
20852085
],
20862086
"parameters": {
20872087
"externalTransactionId": {
2088-
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.",
2088+
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-zA-Z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.",
20892089
"location": "query",
20902090
"type": "string"
20912091
},
@@ -4726,7 +4726,7 @@
47264726
}
47274727
}
47284728
},
4729-
"revision": "20240306",
4729+
"revision": "20240318",
47304730
"rootUrl": "https://androidpublisher.googleapis.com/",
47314731
"schemas": {
47324732
"Abi": {

androidpublisher/v3/androidpublisher-gen.go

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

api-list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
"name": "batch",
773773
"version": "v1",
774774
"title": "Batch API",
775-
"description": "An API to manage the running of batch resources on Google Cloud Platform.",
775+
"description": "An API to manage the running of Batch resources on Google Cloud Platform.",
776776
"discoveryRestUrl": "https://batch.googleapis.com/$discovery/rest?version=v1",
777777
"icons": {
778778
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

chat/v1/chat-api.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
}
991991
}
992992
},
993-
"revision": "20240310",
993+
"revision": "20240315",
994994
"rootUrl": "https://chat.googleapis.com/",
995995
"schemas": {
996996
"ActionParameter": {
@@ -1559,7 +1559,7 @@
15591559
"type": "object"
15601560
},
15611561
"DeprecatedEvent": {
1562-
"description": "A Google Chat app interaction event. To learn about interaction events, see [Receive and respond to interactions with your Google Chat app](https://developers.google.com/chat/api/guides/message-formats). To learn about event types and for example event payloads, see [Types of Google Chat app interaction events](https://developers.google.com/chat/api/guides/message-formats/events).",
1562+
"description": "A Google Chat app interaction event. To learn about interaction events, see [Receive and respond to interactions with your Google Chat app](https://developers.google.com/workspace/chat/api/guides/message-formats). To learn about event types and for example event payloads, see [Types of Google Chat app interaction events](https://developers.google.com/workspace/chat/events). In addition to receiving events from user interactions, Chat apps can receive events about changes to spaces, such as when a new member is added to a space. To learn about space events, see [Work with events from Google Chat](https://developers.google.com/workspace/chat/events-overview).",
15631563
"id": "DeprecatedEvent",
15641564
"properties": {
15651565
"action": {
@@ -1616,7 +1616,7 @@
16161616
"type": "string"
16171617
},
16181618
"type": {
1619-
"description": "The type of interaction event. For details, see [Types of Google Chat app interaction events](https://developers.google.com/chat/api/guides/message-formats/events).",
1619+
"description": "The type of interaction event. For details, see [Types of Google Chat app interaction events](https://developers.google.com/workspace/chat/events).",
16201620
"enum": [
16211621
"UNSPECIFIED",
16221622
"MESSAGE",
@@ -2282,6 +2282,10 @@
22822282
"knownIcon": {
22832283
"description": "Display one of the built-in icons provided by Google Workspace. For example, to display an airplane icon, specify `AIRPLANE`. For a bus, specify `BUS`. For a full list of supported icons, see [built-in icons](https://developers.google.com/chat/format-messages#builtinicons).",
22842284
"type": "string"
2285+
},
2286+
"materialIcon": {
2287+
"$ref": "GoogleAppsCardV1MaterialIcon",
2288+
"description": "Display one of the [Google Material Icons](https://fonts.google.com/icons). For example, to display a [checkbox icon](https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Acheck_box%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048), use \"material_icon\": { \"name\": \"check_box\" } Available for Chat apps and in [Developer Preview](https://developers.google.com/workspace/preview) for Google Workspace Add-ons."
22852289
}
22862290
},
22872291
"type": "object"
@@ -2358,6 +2362,31 @@
23582362
},
23592363
"type": "object"
23602364
},
2365+
"GoogleAppsCardV1MaterialIcon": {
2366+
"description": "A [Google Material Icon](https://fonts.google.com/icons), which includes over 2500+ options. For example, to display a [checkbox icon](https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Acheck_box%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048) with customized weight and grade, write { \"name\": \"check_box\", \"fill\": true, \"weight\": 300, \"grade\": -25 } Available for Chat apps and in [Developer Preview](https://developers.google.com/workspace/preview) for Google Workspace Add-ons.",
2367+
"id": "GoogleAppsCardV1MaterialIcon",
2368+
"properties": {
2369+
"fill": {
2370+
"description": "Whether it renders a filled icon. Default value is false. See Customization in [Google Font Icon](https://fonts.google.com/icons) for details.",
2371+
"type": "boolean"
2372+
},
2373+
"grade": {
2374+
"description": "Weight and grade affect a symbol’s thickness. Adjustments to grade are more granular than adjustments to weight and have a small impact on the size of the symbol. Choose from {-25, 0, 200}. If absent, default value is 0. If any other value is specified, a broken image icon is displayed. See Customization in [Google Font Icon](https://fonts.google.com/icons) for details.",
2375+
"format": "int32",
2376+
"type": "integer"
2377+
},
2378+
"name": {
2379+
"description": "The icon name defined in the [Google Material Icon Icon](https://fonts.google.com/icons) in snake_case. e.g. \"check_box\". Any invalid names are abandoned and replaced with empty string and results in the icon failing to render.",
2380+
"type": "string"
2381+
},
2382+
"weight": {
2383+
"description": "The stroke weight of the icon. Choose from {100, 200, 300, 400, 500, 600, 700}. If absent, default value is 400. If any other value is specified, a broken image icon is displayed. See Customization in [Google Font Icon](https://fonts.google.com/icons) for details.",
2384+
"format": "int32",
2385+
"type": "integer"
2386+
}
2387+
},
2388+
"type": "object"
2389+
},
23612390
"GoogleAppsCardV1OnClick": {
23622391
"description": "Represents how to respond when users click an interactive element on a card, such as a button. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
23632392
"id": "GoogleAppsCardV1OnClick",

chat/v1/chat-gen.go

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

cloudbuild/v2/cloudbuild-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
],
672672
"parameters": {
673673
"pageSize": {
674-
"description": "Optional. Number of results to return in the list. Default to 100.",
674+
"description": "Optional. Number of results to return in the list. Default to 20.",
675675
"format": "int32",
676676
"location": "query",
677677
"type": "integer"
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20240310",
847+
"revision": "20240314",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {

0 commit comments

Comments
 (0)