Skip to content

Commit ffeb508

Browse files
feat(all): auto-regenerate discovery clients (#2216)
1 parent 60e8678 commit ffeb508

22 files changed

+1739
-627
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
}
12361236
}
12371237
},
1238-
"revision": "20230910",
1238+
"revision": "20231011",
12391239
"rootUrl": "https://accesscontextmanager.googleapis.com/",
12401240
"schemas": {
12411241
"AccessContextManagerOperationMetadata": {
@@ -1793,7 +1793,7 @@
17931793
"type": "object"
17941794
},
17951795
"GcpUserAccessBindingOperationMetadata": {
1796-
"description": "Currently, a completed operation means nothing. In the future, this metadata and a completed operation may indicate that the binding has taken effect and is affecting access decisions for all users.",
1796+
"description": "Metadata of GCP Access Binding Long Running Operations.",
17971797
"id": "GcpUserAccessBindingOperationMetadata",
17981798
"properties": {},
17991799
"type": "object"

accesscontextmanager/v1/accesscontextmanager-gen.go

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidpublisher/v3/androidpublisher-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@
31713171
"orders": {
31723172
"methods": {
31733173
"refund": {
3174-
"description": "Refunds a user's subscription or in-app purchase order. Orders older than 1 year cannot be refunded.",
3174+
"description": "Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.",
31753175
"flatPath": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund",
31763176
"httpMethod": "POST",
31773177
"id": "androidpublisher.orders.refund",
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20231010",
4050+
"revision": "20231012",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"Abi": {
@@ -6395,7 +6395,7 @@
63956395
"id": "RegionalPriceMigrationConfig",
63966396
"properties": {
63976397
"oldestAllowedPriceVersionTime": {
6398-
"description": "Required. The cutoff time for historical prices that subscribers can remain paying. Subscribers who are on a price that was created before this cutoff time will be migrated to the currently-offered price. These subscribers will receive a notification that they will be paying a different price. Subscribers who do not agree to the new price will have their subscription ended at the next renewal.",
6398+
"description": "Required. The cutoff time for historical prices that subscribers can remain paying. Subscribers on prices which were available at this cutoff time or later will stay on their existing price. Subscribers on older prices will be migrated to the currently-offered price. The migrated subscribers will receive a notification that they will be paying a different price. Subscribers who do not agree to the new price will have their subscription ended at the next renewal.",
63996399
"format": "google-datetime",
64006400
"type": "string"
64016401
},

androidpublisher/v3/androidpublisher-gen.go

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)