Skip to content

Commit 6fdc3eb

Browse files
feat(all): auto-regenerate discovery clients (#3229)
1 parent 2ee2e31 commit 6fdc3eb

24 files changed

+4793
-360
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4831,7 +4831,7 @@
48314831
}
48324832
}
48334833
},
4834-
"revision": "20250701",
4834+
"revision": "20250710",
48354835
"rootUrl": "https://androidpublisher.googleapis.com/",
48364836
"schemas": {
48374837
"Abi": {
@@ -7804,10 +7804,18 @@
78047804
"description": "The offer ID of the one-time purchase offer.",
78057805
"type": "string"
78067806
},
7807+
"purchaseOptionId": {
7808+
"description": "ID of the purchase option. This field is set for both purchase options and variant offers. For purchase options, this ID identifies the purchase option itself. For variant offers, this ID refers to the associated purchase option, and in conjunction with offer_id it identifies the variant offer.",
7809+
"type": "string"
7810+
},
78077811
"quantity": {
78087812
"description": "The number of items purchased (for multi-quantity item purchases).",
78097813
"format": "int32",
78107814
"type": "integer"
7815+
},
7816+
"rentalDetails": {
7817+
"$ref": "RentalDetails",
7818+
"description": "The details of a rent purchase. Only set if it is a rent purchase."
78117819
}
78127820
},
78137821
"type": "object"
@@ -8769,6 +8777,12 @@
87698777
"properties": {},
87708778
"type": "object"
87718779
},
8780+
"RentalDetails": {
8781+
"description": "Details of a rental purchase.",
8782+
"id": "RentalDetails",
8783+
"properties": {},
8784+
"type": "object"
8785+
},
87728786
"ReplacementCancellation": {
87738787
"description": "Information specific to cancellations caused by subscription replacement.",
87748788
"id": "ReplacementCancellation",

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/v1/container-api.json

Lines changed: 206 additions & 2 deletions
Large diffs are not rendered by default.

container/v1/container-gen.go

Lines changed: 306 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/v1beta1/container-api.json

Lines changed: 207 additions & 3 deletions
Large diffs are not rendered by default.

container/v1beta1/container-gen.go

Lines changed: 303 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)