Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 8, 2023
1 parent 58f1c94 commit 10dbf2b
Show file tree
Hide file tree
Showing 21 changed files with 26,939 additions and 9,918 deletions.
14 changes: 7 additions & 7 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -2492,7 +2492,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. The latest version is 2022/02.",
"description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available. The latest version is 2022/02.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -2630,7 +2630,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. The latest version is 2022/02.",
"description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available. The latest version is 2022/02.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2901,7 +2901,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. The latest version is 2022/02.",
"description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available. The latest version is 2022/02.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -3138,7 +3138,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. The latest version is 2022/02.",
"description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available. The latest version is 2022/02.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20231031",
"revision": "20231107",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6510,11 +6510,11 @@
"type": "object"
},
"RegionsVersion": {
"description": "The version of the available regions being used for the specified resource. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353).",
"description": "The version of the available regions being used for the specified resource.",
"id": "RegionsVersion",
"properties": {
"version": {
"description": "Required. The latest version is 2022/02.",
"description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available. The latest version is 2022/02.",
"type": "string"
}
},
Expand Down
69 changes: 55 additions & 14 deletions androidpublisher/v3/androidpublisher-gen.go

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

10 changes: 5 additions & 5 deletions chat/v1/chat-api.json
Expand Up @@ -581,7 +581,7 @@
"REPLY_MESSAGE_OR_FAIL"
],
"enumDescriptions": [
"Default. Starts a thread.",
"Default. Starts a new thread. Using this option ignores any thread ID or `thread_key` that's included.",
"Creates the message as a reply to the thread specified by thread ID or `thread_key`. If it fails, the message starts a new thread instead.",
"Creates the message as a reply to the thread specified by thread ID or `thread_key`. If it fails, a `NOT_FOUND` error is returned instead."
],
Expand All @@ -602,7 +602,7 @@
},
"threadKey": {
"deprecated": true,
"description": "Optional. Deprecated: Use thread.thread_key instead. ID for the thread. Supports up to 4000 characters. To start or add to a thread, create a message and specify a `threadKey` or the thread.name. For example usage, see [Start or reply to a message thread](https://developers.google.com/chat/api/guides/crudl/messages#start_or_reply_to_a_message_thread).",
"description": "Optional. Deprecated: Use thread.thread_key instead. ID for the thread. Supports up to 4000 characters. To start or add to a thread, create a message and specify a `threadKey` or the thread.name. For example usage, see [Start or reply to a message thread](https://developers.google.com/chat/api/guides/v1/messages/create#create-message-thread).",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -957,7 +957,7 @@
}
}
},
"revision": "20231019",
"revision": "20231105",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -2951,7 +2951,7 @@
"id": "ListMembershipsResponse",
"properties": {
"memberships": {
"description": "List of memberships in the requested (or first) page.",
"description": "Unordered list. List of memberships in the requested (or first) page.",
"items": {
"$ref": "Membership"
},
Expand Down Expand Up @@ -3218,7 +3218,7 @@
},
"thread": {
"$ref": "Thread",
"description": "The thread the message belongs to. For example usage, see [Start or reply to a message thread](https://developers.google.com/chat/api/guides/crudl/messages#start_or_reply_to_a_message_thread)."
"description": "The thread the message belongs to. For example usage, see [Start or reply to a message thread](https://developers.google.com/chat/api/guides/v1/messages/create#create-message-thread)."
},
"threadReply": {
"description": "Output only. When `true`, the message is a response in a reply thread. When `false`, the message is visible in the space's top-level conversation as either the first message of a thread or a message with no threaded replies. If the space doesn't support reply in threads, this field is always `false`.",
Expand Down

0 comments on commit 10dbf2b

Please sign in to comment.