Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4831,7 +4831,7 @@
}
}
},
"revision": "20250701",
"revision": "20250710",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7804,10 +7804,18 @@
"description": "The offer ID of the one-time purchase offer.",
"type": "string"
},
"purchaseOptionId": {
"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.",
"type": "string"
},
"quantity": {
"description": "The number of items purchased (for multi-quantity item purchases).",
"format": "int32",
"type": "integer"
},
"rentalDetails": {
"$ref": "RentalDetails",
"description": "The details of a rent purchase. Only set if it is a rent purchase."
}
},
"type": "object"
Expand Down Expand Up @@ -8769,6 +8777,12 @@
"properties": {},
"type": "object"
},
"RentalDetails": {
"description": "Details of a rental purchase.",
"id": "RentalDetails",
"properties": {},
"type": "object"
},
"ReplacementCancellation": {
"description": "Information specific to cancellations caused by subscription replacement.",
"id": "ReplacementCancellation",
Expand Down
13 changes: 13 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

208 changes: 206 additions & 2 deletions container/v1/container-api.json

Large diffs are not rendered by default.

309 changes: 306 additions & 3 deletions container/v1/container-gen.go

Large diffs are not rendered by default.

210 changes: 207 additions & 3 deletions container/v1beta1/container-api.json

Large diffs are not rendered by default.

308 changes: 303 additions & 5 deletions container/v1beta1/container-gen.go

Large diffs are not rendered by default.

Loading