Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 13, 2023
1 parent 60e8678 commit ffeb508
Show file tree
Hide file tree
Showing 22 changed files with 1,739 additions and 627 deletions.
4 changes: 2 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@
}
}
},
"revision": "20230910",
"revision": "20231011",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1793,7 +1793,7 @@
"type": "object"
},
"GcpUserAccessBindingOperationMetadata": {
"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.",
"description": "Metadata of GCP Access Binding Long Running Operations.",
"id": "GcpUserAccessBindingOperationMetadata",
"properties": {},
"type": "object"
Expand Down
6 changes: 2 additions & 4 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

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

6 changes: 3 additions & 3 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,7 @@
"orders": {
"methods": {
"refund": {
"description": "Refunds a user's subscription or in-app purchase order. Orders older than 1 year cannot be refunded.",
"description": "Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.",
"flatPath": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund",
"httpMethod": "POST",
"id": "androidpublisher.orders.refund",
Expand Down Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20231010",
"revision": "20231012",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6395,7 +6395,7 @@
"id": "RegionalPriceMigrationConfig",
"properties": {
"oldestAllowedPriceVersionTime": {
"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.",
"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.",
"format": "google-datetime",
"type": "string"
},
Expand Down
17 changes: 9 additions & 8 deletions androidpublisher/v3/androidpublisher-gen.go

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

Loading

0 comments on commit ffeb508

Please sign in to comment.