Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 29, 2022
1 parent fc02f1d commit 3919127
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 10 deletions.
24 changes: 23 additions & 1 deletion chat/v1/chat-api.json
Expand Up @@ -642,7 +642,7 @@
}
}
},
"revision": "20220720",
"revision": "20220722",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -940,6 +940,21 @@
},
"type": "object"
},
"CardWithId": {
"description": "Widgets for Chat apps to specify.",
"id": "CardWithId",
"properties": {
"card": {
"$ref": "GoogleAppsCardV1Card",
"description": "Card proto that allows Chat apps to specify UI elements and editable widgets."
},
"cardId": {
"description": "Required for `cardsV2` messages. Chat app-specified identifier for this widget. Scoped within a message.",
"type": "string"
}
},
"type": "object"
},
"ChatAppLogEntry": {
"description": "JSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to [Google Cloud Logging](https://cloud.google.com/logging/docs).",
"id": "ChatAppLogEntry",
Expand Down Expand Up @@ -2466,6 +2481,13 @@
},
"type": "array"
},
"cardsV2": {
"description": "Richly formatted and interactive cards that display UI elements and editable widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets. Cards are usually displayed below the text-body of a Chat message, but can situationally appear other places, such as [dialogs](https://developers.google.com/chat/how-tos/dialogs). The `cardId` is a unique identifier among cards in the same message and for identifying user input values. Currently supported widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `ButtonList`",
"items": {
"$ref": "CardWithId"
},
"type": "array"
},
"createTime": {
"description": "Output only. The time at which the message was created in Google Chat server.",
"format": "google-datetime",
Expand Down
44 changes: 44 additions & 0 deletions chat/v1/chat-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions cloudchannel/v1/cloudchannel-api.json
Expand Up @@ -1901,7 +1901,7 @@
}
}
},
"revision": "20220720",
"revision": "20220728",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -3019,10 +3019,6 @@
"$ref": "GoogleCloudChannelV1Constraints",
"description": "Constraints on transacting the Offer."
},
"dealCode": {
"description": "The deal code of the offer to get a special promotion or discount.",
"type": "string"
},
"endTime": {
"description": "Output only. End of the Offer validity time.",
"format": "google-datetime",
Expand Down
4 changes: 0 additions & 4 deletions cloudchannel/v1/cloudchannel-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3919127

Please sign in to comment.