Skip to content

Commit fd53dce

Browse files
feat(all): auto-regenerate discovery clients (#2120)
1 parent 85e7e70 commit fd53dce

38 files changed

Lines changed: 5205 additions & 258 deletions

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,7 +4356,7 @@
43564356
}
43574357
}
43584358
},
4359-
"revision": "20230809",
4359+
"revision": "20230817",
43604360
"rootUrl": "https://analyticsadmin.googleapis.com/",
43614361
"schemas": {
43624362
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -5623,10 +5623,6 @@
56235623
"description": "If set true, enables daily data export to the linked Google Cloud project.",
56245624
"type": "boolean"
56255625
},
5626-
"enterpriseExportEnabled": {
5627-
"description": "If set true, enables enterprise export to the linked Google Cloud project.",
5628-
"type": "boolean"
5629-
},
56305626
"excludedEvents": {
56315627
"description": "The list of event names that will be excluded from exports.",
56325628
"items": {
@@ -5641,6 +5637,10 @@
56415637
},
56425638
"type": "array"
56435639
},
5640+
"freshDailyExportEnabled": {
5641+
"description": "If set true, enables fresh daily export to the linked Google Cloud project.",
5642+
"type": "boolean"
5643+
},
56445644
"includeAdvertisingId": {
56455645
"description": "If set true, exported data will include advertising identifiers for mobile app streams.",
56465646
"type": "boolean"

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

apigee/v1/apigee-api.json

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

apigee/v1/apigee-gen.go

Lines changed: 593 additions & 37 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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@
955955
}
956956
}
957957
},
958-
"revision": "20230806",
958+
"revision": "20230816",
959959
"rootUrl": "https://chat.googleapis.com/",
960960
"schemas": {
961961
"ActionParameter": {
@@ -1496,7 +1496,7 @@
14961496
"type": "object"
14971497
},
14981498
"DeprecatedEvent": {
1499-
"description": "Google Chat events. To learn how to use events, see [Receive and respond to Google Chat events](https://developers.google.com/chat/api/guides/message-formats).",
1499+
"description": "Google Chat app interaction events. To learn about interaction events, see [Receive and respond to Google Chat app interaction events](https://developers.google.com/chat/api/guides/message-formats).",
15001500
"id": "DeprecatedEvent",
15011501
"properties": {
15021502
"action": {
@@ -1512,48 +1512,48 @@
15121512
"type": "string"
15131513
},
15141514
"dialogEventType": {
1515-
"description": "The type of [dialog](https://developers.google.com/chat/how-tos/dialogs) event received.",
1515+
"description": "The type of [dialog](https://developers.google.com/chat/how-tos/dialogs) interaction event received.",
15161516
"enum": [
15171517
"TYPE_UNSPECIFIED",
15181518
"REQUEST_DIALOG",
15191519
"SUBMIT_DIALOG",
15201520
"CANCEL_DIALOG"
15211521
],
15221522
"enumDescriptions": [
1523-
"This could be used when the corresponding event is not dialog related. For example an @mention.",
1523+
"This could be used when the corresponding interaction event is not dialog related. For example an @mention.",
15241524
"Any user action that opens a [dialog](https://developers.google.com/chat/how-tos/dialogs).",
1525-
"A card click event from a [dialog](https://developers.google.com/chat/how-tos/dialogs).",
1525+
"A card click interaction event from a [dialog](https://developers.google.com/chat/how-tos/dialogs).",
15261526
"The [dialog](https://developers.google.com/chat/how-tos/dialogs) was cancelled."
15271527
],
15281528
"type": "string"
15291529
},
15301530
"eventTime": {
1531-
"description": "The timestamp indicating when the event occurred.",
1531+
"description": "The timestamp indicating when the interaction event occurred.",
15321532
"format": "google-datetime",
15331533
"type": "string"
15341534
},
15351535
"isDialogEvent": {
1536-
"description": "True when the event is related to [dialogs](https://developers.google.com/chat/how-tos/dialogs).",
1536+
"description": "True when the interaction event is related to [dialogs](https://developers.google.com/chat/how-tos/dialogs).",
15371537
"type": "boolean"
15381538
},
15391539
"message": {
15401540
"$ref": "Message",
1541-
"description": "The message that triggered the event, if applicable."
1541+
"description": "The message that triggered the interaction event, if applicable."
15421542
},
15431543
"space": {
15441544
"$ref": "Space",
1545-
"description": "The space in which the event occurred."
1545+
"description": "The space in which the interaction event occurred."
15461546
},
15471547
"threadKey": {
1548-
"description": "The Chat app-defined key for the thread related to the event. See [`spaces.messages.thread.threadKey`](/chat/api/reference/rest/v1/spaces.messages#Thread.FIELDS.thread_key) for more information.",
1548+
"description": "The Chat app-defined key for the thread related to the interaction event. See [`spaces.messages.thread.threadKey`](/chat/api/reference/rest/v1/spaces.messages#Thread.FIELDS.thread_key) for more information.",
15491549
"type": "string"
15501550
},
15511551
"token": {
15521552
"description": "A secret value that legacy Chat apps can use to verify if a request is from Google. Google randomly generates the token, and its value remains static. You can obtain, revoke, or regenerate the token from the [Chat API configuration page](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat) in the Google Cloud Console. Modern Chat apps don't use this field. It is absent from API responses and the [Chat API configuration page](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat).",
15531553
"type": "string"
15541554
},
15551555
"type": {
1556-
"description": "The type of the event.",
1556+
"description": "The type of the interaction event.",
15571557
"enum": [
15581558
"UNSPECIFIED",
15591559
"MESSAGE",
@@ -1572,7 +1572,7 @@
15721572
},
15731573
"user": {
15741574
"$ref": "User",
1575-
"description": "The user that triggered the event."
1575+
"description": "The user that triggered the interaction event."
15761576
}
15771577
},
15781578
"type": "object"
@@ -1807,7 +1807,7 @@
18071807
"type": "object"
18081808
},
18091809
"GoogleAppsCardV1Card": {
1810-
"description": "Cards support a defined layout, interactive UI elements like buttons, and rich media like images. Use cards to present detailed information, gather information from users, and guide users to take a next step. In Google Chat, cards appear in several places: - As stand-alone messages. - Accompanying a text message, just beneath the text message. - As a [dialog](https://developers.google.com/chat/how-tos/dialogs). The following example JSON creates a \"contact card\" that features: - A header with the contact's name, job title, and avatar picture. - A section with the contact information, including formatted text. - Buttons that users can click to share the contact, or see more or less information. For more examples, see [Design dynamic, interactive, and consistent UIs with cards](https://developers.google.com/chat/ui). ![Example contact card](https://developers.google.com/chat/images/card_api_reference.png) ``` { \"cardsV2\": [ { \"cardId\": \"unique-card-id\", \"card\": { \"header\": { \"title\": \"Sasha\", \"subtitle\": \"Software Engineer\", \"imageUrl\": \"https://developers.google.com/chat/images/quickstart-app-avatar.png\", \"imageType\": \"CIRCLE\", \"imageAltText\": \"Avatar for Sasha\", }, \"sections\": [ { \"header\": \"Contact Info\", \"collapsible\": true, \"uncollapsibleWidgetsCount\": 1, \"widgets\": [ { \"decoratedText\": { \"startIcon\": { \"knownIcon\": \"EMAIL\", }, \"text\": \"sasha@example.com\", } }, { \"decoratedText\": { \"startIcon\": { \"knownIcon\": \"PERSON\", }, \"text\": \"Online\", }, }, { \"decoratedText\": { \"startIcon\": { \"knownIcon\": \"PHONE\", }, \"text\": \"+1 (555) 555-1234\", } }, { \"buttonList\": { \"buttons\": [ { \"text\": \"Share\", \"onClick\": { \"openLink\": { \"url\": \"https://example.com/share\", } } }, { \"text\": \"Edit\", \"onClick\": { \"action\": { \"function\": \"goToView\", \"parameters\": [ { \"key\": \"viewType\", \"value\": \"EDIT\", } ], } } }, ], } }, ], }, ], }, } ], } ```",
1810+
"description": "Cards support a defined layout, interactive UI elements like buttons, and rich media like images. Use cards to present detailed information, gather information from users, and guide users to take a next step. In Google Chat, cards appear in several places: - As stand-alone messages. - Accompanying a text message, just beneath the text message. - As a [dialog](https://developers.google.com/chat/how-tos/dialogs). Only Google Chat apps can create card messages in Google Chat. If your Chat app uses [user authentication](https://developers.google.com/chat/api/guides/auth/users) to send messages on behalf of users, the messages can't contain cards. The following example JSON creates a \"contact card\" that features: - A header with the contact's name, job title, and avatar picture. - A section with the contact information, including formatted text. - Buttons that users can click to share the contact, or see more or less information. For more examples, see [Design dynamic, interactive, and consistent UIs with cards](https://developers.google.com/chat/ui). ![Example contact card](https://developers.google.com/chat/images/card_api_reference.png) ``` { \"cardsV2\": [ { \"cardId\": \"unique-card-id\", \"card\": { \"header\": { \"title\": \"Sasha\", \"subtitle\": \"Software Engineer\", \"imageUrl\": \"https://developers.google.com/chat/images/quickstart-app-avatar.png\", \"imageType\": \"CIRCLE\", \"imageAltText\": \"Avatar for Sasha\", }, \"sections\": [ { \"header\": \"Contact Info\", \"collapsible\": true, \"uncollapsibleWidgetsCount\": 1, \"widgets\": [ { \"decoratedText\": { \"startIcon\": { \"knownIcon\": \"EMAIL\", }, \"text\": \"sasha@example.com\", } }, { \"decoratedText\": { \"startIcon\": { \"knownIcon\": \"PERSON\", }, \"text\": \"Online\", }, }, { \"decoratedText\": { \"startIcon\": { \"knownIcon\": \"PHONE\", }, \"text\": \"+1 (555) 555-1234\", } }, { \"buttonList\": { \"buttons\": [ { \"text\": \"Share\", \"onClick\": { \"openLink\": { \"url\": \"https://example.com/share\", } } }, { \"text\": \"Edit\", \"onClick\": { \"action\": { \"function\": \"goToView\", \"parameters\": [ { \"key\": \"viewType\", \"value\": \"EDIT\", } ], } } }, ], } }, ], }, ], }, } ], } ```",
18111811
"id": "GoogleAppsCardV1Card",
18121812
"properties": {
18131813
"cardActions": {
@@ -2288,7 +2288,7 @@
22882288
},
22892289
"card": {
22902290
"$ref": "GoogleAppsCardV1Card",
2291-
"description": "A new card is pushed to the card stack after clicking if specified. Supported by Google Workspace Add-ons, but not Chat apps."
2291+
"description": "A new card is pushed to the card stack after clicking if specified. Supported by Google Workspace Add-ons, but not Google Chat apps."
22922292
},
22932293
"openDynamicLinkAction": {
22942294
"$ref": "GoogleAppsCardV1Action",
@@ -2543,7 +2543,7 @@
25432543
"properties": {
25442544
"autoCompleteAction": {
25452545
"$ref": "GoogleAppsCardV1Action",
2546-
"description": "Optional. Specify what action to take when the text input field provides suggestions to users who interact with it. If unspecified, the suggestions are set by `initialSuggestions` and are processed by the client. If specified, the app takes the action specified here, such as running a custom function. Supported by Google Workspace Add-ons, but not Chat apps."
2546+
"description": "Optional. Specify what action to take when the text input field provides suggestions to users who interact with it. If unspecified, the suggestions are set by `initialSuggestions` and are processed by the client. If specified, the app takes the action specified here, such as running a custom function. Supported by Google Workspace Add-ons, but not Google Chat apps."
25472547
},
25482548
"hintText": {
25492549
"description": "Text that appears below the text input field meant to assist users by prompting them to enter a certain value. This text is always visible. Required if `label` is unspecified. Otherwise, optional.",

chat/v1/chat-gen.go

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

0 commit comments

Comments
 (0)