Skip to content

Commit 10dbf2b

Browse files
feat(all): auto-regenerate discovery clients (#2255)
1 parent 58f1c94 commit 10dbf2b

21 files changed

+26939
-9918
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,7 @@
24922492
"type": "string"
24932493
},
24942494
"regionsVersion.version": {
2495-
"description": "Required. The latest version is 2022/02.",
2495+
"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.",
24962496
"location": "query",
24972497
"type": "string"
24982498
}
@@ -2630,7 +2630,7 @@
26302630
"type": "string"
26312631
},
26322632
"regionsVersion.version": {
2633-
"description": "Required. The latest version is 2022/02.",
2633+
"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.",
26342634
"location": "query",
26352635
"type": "string"
26362636
},
@@ -2901,7 +2901,7 @@
29012901
"type": "string"
29022902
},
29032903
"regionsVersion.version": {
2904-
"description": "Required. The latest version is 2022/02.",
2904+
"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.",
29052905
"location": "query",
29062906
"type": "string"
29072907
}
@@ -3138,7 +3138,7 @@
31383138
"type": "string"
31393139
},
31403140
"regionsVersion.version": {
3141-
"description": "Required. The latest version is 2022/02.",
3141+
"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.",
31423142
"location": "query",
31433143
"type": "string"
31443144
},
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20231031",
4050+
"revision": "20231107",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"Abi": {
@@ -6510,11 +6510,11 @@
65106510
"type": "object"
65116511
},
65126512
"RegionsVersion": {
6513-
"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).",
6513+
"description": "The version of the available regions being used for the specified resource.",
65146514
"id": "RegionsVersion",
65156515
"properties": {
65166516
"version": {
6517-
"description": "Required. The latest version is 2022/02.",
6517+
"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.",
65186518
"type": "string"
65196519
}
65206520
},

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 55 additions & 14 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
"REPLY_MESSAGE_OR_FAIL"
582582
],
583583
"enumDescriptions": [
584-
"Default. Starts a thread.",
584+
"Default. Starts a new thread. Using this option ignores any thread ID or `thread_key` that's included.",
585585
"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.",
586586
"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."
587587
],
@@ -602,7 +602,7 @@
602602
},
603603
"threadKey": {
604604
"deprecated": true,
605-
"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).",
605+
"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).",
606606
"location": "query",
607607
"type": "string"
608608
}
@@ -957,7 +957,7 @@
957957
}
958958
}
959959
},
960-
"revision": "20231019",
960+
"revision": "20231105",
961961
"rootUrl": "https://chat.googleapis.com/",
962962
"schemas": {
963963
"ActionParameter": {
@@ -2951,7 +2951,7 @@
29512951
"id": "ListMembershipsResponse",
29522952
"properties": {
29532953
"memberships": {
2954-
"description": "List of memberships in the requested (or first) page.",
2954+
"description": "Unordered list. List of memberships in the requested (or first) page.",
29552955
"items": {
29562956
"$ref": "Membership"
29572957
},
@@ -3218,7 +3218,7 @@
32183218
},
32193219
"thread": {
32203220
"$ref": "Thread",
3221-
"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)."
3221+
"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)."
32223222
},
32233223
"threadReply": {
32243224
"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`.",

0 commit comments

Comments
 (0)