Skip to content

Commit b89d85a

Browse files
feat(all): auto-regenerate discovery clients (#2935)
1 parent 509aecd commit b89d85a

24 files changed

+441
-414
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20241209",
1298+
"revision": "20241216",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1931,7 +1931,7 @@
19311931
"type": "object"
19321932
},
19331933
"GcpUserAccessBindingOperationMetadata": {
1934-
"description": "Metadata of GCP Access Binding Long Running Operations.",
1934+
"description": "Metadata of Google Cloud Access Binding Long Running Operations.",
19351935
"id": "GcpUserAccessBindingOperationMetadata",
19361936
"properties": {},
19371937
"type": "object"

accesscontextmanager/v1/accesscontextmanager-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.

chat/v1/chat-api.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
}
13451345
}
13461346
},
1347-
"revision": "20241210",
1347+
"revision": "20241217",
13481348
"rootUrl": "https://chat.googleapis.com/",
13491349
"schemas": {
13501350
"AccessSettings": {
@@ -2285,7 +2285,7 @@
22852285
"type": "string"
22862286
},
22872287
"type": {
2288-
"description": "Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color` field is set, the button type is forced to `FILLED` and any value set for this field is ignored. [Google Chat apps](https://developers.google.com/workspace/chat):",
2288+
"description": "Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color` field is set, the button type is forced to `FILLED` and any value set for this field is ignored.",
22892289
"enum": [
22902290
"TYPE_UNSPECIFIED",
22912291
"OUTLINED",
@@ -2485,7 +2485,7 @@
24852485
"type": "object"
24862486
},
24872487
"GoogleAppsCardV1Chip": {
2488-
"description": "A text, icon, or text and icon chip that users can click. [Google Chat apps](https://developers.google.com/workspace/chat):",
2488+
"description": "A text, icon, or text and icon chip that users can click. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
24892489
"id": "GoogleAppsCardV1Chip",
24902490
"properties": {
24912491
"altText": {
@@ -2517,7 +2517,7 @@
25172517
"type": "object"
25182518
},
25192519
"GoogleAppsCardV1ChipList": {
2520-
"description": "A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line. [Google Chat apps](https://developers.google.com/workspace/chat):",
2520+
"description": "A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
25212521
"id": "GoogleAppsCardV1ChipList",
25222522
"properties": {
25232523
"chips": {
@@ -2545,7 +2545,7 @@
25452545
"type": "object"
25462546
},
25472547
"GoogleAppsCardV1CollapseControl": {
2548-
"description": "Represent an expand and collapse control. [Google Chat apps](https://developers.google.com/workspace/chat):",
2548+
"description": "Represent an expand and collapse control. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
25492549
"id": "GoogleAppsCardV1CollapseControl",
25502550
"properties": {
25512551
"collapseButton": {
@@ -2987,7 +2987,7 @@
29872987
},
29882988
"overflowMenu": {
29892989
"$ref": "GoogleAppsCardV1OverflowMenu",
2990-
"description": "If specified, this `onClick` opens an overflow menu. [Google Chat apps](https://developers.google.com/workspace/chat):"
2990+
"description": "If specified, this `onClick` opens an overflow menu."
29912991
}
29922992
},
29932993
"type": "object"
@@ -3028,7 +3028,7 @@
30283028
"type": "object"
30293029
},
30303030
"GoogleAppsCardV1OverflowMenu": {
3031-
"description": "A widget that presents a pop-up menu with one or more actions that users can invoke. For example, showing non-primary actions in a card. You can use this widget when actions don't fit in the available space. To use, specify this widget in the `OnClick` action of widgets that support it. For example, in a `Button`. [Google Chat apps](https://developers.google.com/workspace/chat):",
3031+
"description": "A widget that presents a pop-up menu with one or more actions that users can invoke. For example, showing non-primary actions in a card. You can use this widget when actions don't fit in the available space. To use, specify this widget in the `OnClick` action of widgets that support it. For example, in a `Button`. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
30323032
"id": "GoogleAppsCardV1OverflowMenu",
30333033
"properties": {
30343034
"items": {
@@ -3042,7 +3042,7 @@
30423042
"type": "object"
30433043
},
30443044
"GoogleAppsCardV1OverflowMenuItem": {
3045-
"description": "An option that users can invoke in an overflow menu. [Google Chat apps](https://developers.google.com/workspace/chat):",
3045+
"description": "An option that users can invoke in an overflow menu. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
30463046
"id": "GoogleAppsCardV1OverflowMenuItem",
30473047
"properties": {
30483048
"disabled": {
@@ -3093,7 +3093,7 @@
30933093
"properties": {
30943094
"collapseControl": {
30953095
"$ref": "GoogleAppsCardV1CollapseControl",
3096-
"description": "Optional. Define the expand and collapse button of the section. This button will be shown only if the section is collapsible. If this field isn't set, the default button is used. [Google Chat apps](https://developers.google.com/workspace/chat):"
3096+
"description": "Optional. Define the expand and collapse button of the section. This button will be shown only if the section is collapsible. If this field isn't set, the default button is used."
30973097
},
30983098
"collapsible": {
30993099
"description": "Indicates whether this section is collapsible. Collapsible sections hide some or all widgets, but users can expand the section to reveal the hidden widgets by clicking **Show more**. Users can hide the widgets again by clicking **Show less**. To determine which widgets are hidden, specify `uncollapsibleWidgetsCount`.",
@@ -3325,7 +3325,7 @@
33253325
"id": "GoogleAppsCardV1TextParagraph",
33263326
"properties": {
33273327
"maxLines": {
3328-
"description": "The maximum number of lines of text that are displayed in the widget. If the text exceeds the specified maximum number of lines, the excess content is concealed behind a **show more** button. If the text is equal or shorter than the specified maximum number of lines, a **show more** button isn't displayed. The default value is 0, in which case all context is displayed. Negative values are ignored. [Google Chat apps](https://developers.google.com/workspace/chat):",
3328+
"description": "The maximum number of lines of text that are displayed in the widget. If the text exceeds the specified maximum number of lines, the excess content is concealed behind a **show more** button. If the text is equal or shorter than the specified maximum number of lines, a **show more** button isn't displayed. The default value is 0, in which case all context is displayed. Negative values are ignored.",
33293329
"format": "int32",
33303330
"type": "integer"
33313331
},
@@ -3350,7 +3350,7 @@
33503350
},
33513351
"chipList": {
33523352
"$ref": "GoogleAppsCardV1ChipList",
3353-
"description": "A list of chips. For example, the following JSON creates two chips. The first is a text chip and the second is an icon chip that opens a link: ``` \"chipList\": { \"chips\": [ { \"text\": \"Edit\", \"disabled\": true, }, { \"icon\": { \"knownIcon\": \"INVITE\", \"altText\": \"check calendar\" }, \"onClick\": { \"openLink\": { \"url\": \"https://example.com/calendar\" } } } ] } ``` [Google Chat apps](https://developers.google.com/workspace/chat):"
3353+
"description": "A list of chips. For example, the following JSON creates two chips. The first is a text chip and the second is an icon chip that opens a link: ``` \"chipList\": { \"chips\": [ { \"text\": \"Edit\", \"disabled\": true, }, { \"icon\": { \"knownIcon\": \"INVITE\", \"altText\": \"check calendar\" }, \"onClick\": { \"openLink\": { \"url\": \"https://example.com/calendar\" } } } ] } ```"
33543354
},
33553355
"columns": {
33563356
"$ref": "GoogleAppsCardV1Columns",
@@ -3417,7 +3417,7 @@
34173417
},
34183418
"chipList": {
34193419
"$ref": "GoogleAppsCardV1ChipList",
3420-
"description": "ChipList widget. [Google Chat apps](https://developers.google.com/workspace/chat):"
3420+
"description": "ChipList widget."
34213421
},
34223422
"dateTimePicker": {
34233423
"$ref": "GoogleAppsCardV1DateTimePicker",

chat/v1/chat-gen.go

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

cloudsupport/v2/cloudsupport-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
],
383383
"parameters": {
384384
"pageSize": {
385-
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.",
385+
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.",
386386
"format": "int32",
387387
"location": "query",
388388
"type": "integer"
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20241212",
555+
"revision": "20241218",
556556
"rootUrl": "https://cloudsupport.googleapis.com/",
557557
"schemas": {
558558
"Actor": {

cloudsupport/v2/cloudsupport-gen.go

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

cloudsupport/v2beta/cloudsupport-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
],
450450
"parameters": {
451451
"pageSize": {
452-
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.",
452+
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.",
453453
"format": "int32",
454454
"location": "query",
455455
"type": "integer"
@@ -619,7 +619,7 @@
619619
}
620620
}
621621
},
622-
"revision": "20241212",
622+
"revision": "20241218",
623623
"rootUrl": "https://cloudsupport.googleapis.com/",
624624
"schemas": {
625625
"Actor": {

cloudsupport/v2beta/cloudsupport-gen.go

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

0 commit comments

Comments
 (0)