Skip to content

Commit 0bcacee

Browse files
feat(all): auto-regenerate discovery clients (#3359)
1 parent 430bc46 commit 0bcacee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1242
-659
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@
55555555
}
55565556
}
55575557
},
5558-
"revision": "20250904",
5558+
"revision": "20251028",
55595559
"rootUrl": "https://androidpublisher.googleapis.com/",
55605560
"schemas": {
55615561
"Abi": {
@@ -9456,13 +9456,15 @@
94569456
"AVAILABILITY_UNSPECIFIED",
94579457
"AVAILABLE",
94589458
"NO_LONGER_AVAILABLE",
9459-
"AVAILABLE_IF_RELEASED"
9459+
"AVAILABLE_IF_RELEASED",
9460+
"AVAILABLE_FOR_OFFERS_ONLY"
94609461
],
94619462
"enumDescriptions": [
94629463
"Unspecified availability. Must not be used.",
94639464
"The purchase option is available to users.",
94649465
"The purchase option is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE.",
9465-
"The purchase option is initially unavailable, but made available via a released pre-order offer."
9466+
"The purchase option is initially unavailable, but made available via a released pre-order offer.",
9467+
"The purchase option is unavailable but offers linked to it (i.e. Play Points offer) are available."
94669468
],
94679469
"type": "string"
94689470
},
@@ -9518,6 +9520,10 @@
95189520
"description": "The offer ID of the one-time purchase offer.",
95199521
"type": "string"
95209522
},
9523+
"preorderDetails": {
9524+
"$ref": "PreorderDetails",
9525+
"description": "The details of a pre-order purchase. Only set if it is a pre-order purchase. Note that this field will be set even after pre-order is fulfilled."
9526+
},
95219527
"purchaseOptionId": {
95229528
"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.",
95239529
"type": "string"
@@ -9855,6 +9861,24 @@
98559861
},
98569862
"type": "object"
98579863
},
9864+
"PreorderDetails": {
9865+
"description": "Details of a pre-order purchase.",
9866+
"id": "PreorderDetails",
9867+
"properties": {},
9868+
"type": "object"
9869+
},
9870+
"PreorderOfferDetails": {
9871+
"description": "Offer details information related to a preorder line item.",
9872+
"id": "PreorderOfferDetails",
9873+
"properties": {
9874+
"preorderReleaseTime": {
9875+
"description": "The time when a preordered item is released for a preorder purchase.",
9876+
"format": "google-datetime",
9877+
"type": "string"
9878+
}
9879+
},
9880+
"type": "object"
9881+
},
98589882
"PrepaidBasePlanType": {
98599883
"description": "Represents a base plan that does not automatically renew at the end of the base plan, and must be manually renewed by the user.",
98609884
"id": "PrepaidBasePlanType",
@@ -10001,6 +10025,10 @@
1000110025
"description": "The per-transaction offer token used to make this purchase line item.",
1000210026
"type": "string"
1000310027
},
10028+
"preorderOfferDetails": {
10029+
"$ref": "PreorderOfferDetails",
10030+
"description": "Offer details for a preorder offer. This will only be set for preorders."
10031+
},
1000410032
"purchaseOptionId": {
1000510033
"description": "The purchase option ID.",
1000610034
"type": "string"

androidpublisher/v3/androidpublisher-gen.go

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

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,34 @@
204204
"scopes": [
205205
"https://www.googleapis.com/auth/authorized-buyers-marketplace"
206206
]
207+
},
208+
"setReadyToServe": {
209+
"description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path \"/v1/bidders/{accountId}/finalizedDeals/{dealId}\" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.",
210+
"flatPath": "v1/bidders/{biddersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe",
211+
"httpMethod": "POST",
212+
"id": "authorizedbuyersmarketplace.bidders.finalizedDeals.setReadyToServe",
213+
"parameterOrder": [
214+
"deal"
215+
],
216+
"parameters": {
217+
"deal": {
218+
"description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`",
219+
"location": "path",
220+
"pattern": "^bidders/[^/]+/finalizedDeals/[^/]+$",
221+
"required": true,
222+
"type": "string"
223+
}
224+
},
225+
"path": "v1/{+deal}:setReadyToServe",
226+
"request": {
227+
"$ref": "SetReadyToServeRequest"
228+
},
229+
"response": {
230+
"$ref": "FinalizedDeal"
231+
},
232+
"scopes": [
233+
"https://www.googleapis.com/auth/authorized-buyers-marketplace"
234+
]
207235
}
208236
}
209237
}
@@ -920,7 +948,7 @@
920948
]
921949
},
922950
"setReadyToServe": {
923-
"description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals.",
951+
"description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path \"/v1/bidders/{accountId}/finalizedDeals/{dealId}\" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.",
924952
"flatPath": "v1/buyers/{buyersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe",
925953
"httpMethod": "POST",
926954
"id": "authorizedbuyersmarketplace.buyers.finalizedDeals.setReadyToServe",
@@ -929,7 +957,7 @@
929957
],
930958
"parameters": {
931959
"deal": {
932-
"description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}`",
960+
"description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`",
933961
"location": "path",
934962
"pattern": "^buyers/[^/]+/finalizedDeals/[^/]+$",
935963
"required": true,
@@ -1367,7 +1395,7 @@
13671395
}
13681396
}
13691397
},
1370-
"revision": "20250828",
1398+
"revision": "20251028",
13711399
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13721400
"schemas": {
13731401
"AcceptProposalRequest": {

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

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

0 commit comments

Comments
 (0)