Skip to content

Commit 9622a0d

Browse files
feat(all): auto-regenerate discovery clients (#2529)
1 parent f662ab7 commit 9622a0d

39 files changed

+4719
-362
lines changed

androidpublisher/v3/androidpublisher-api.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@
47314731
}
47324732
}
47334733
},
4734-
"revision": "20240417",
4734+
"revision": "20240418",
47354735
"rootUrl": "https://androidpublisher.googleapis.com/",
47364736
"schemas": {
47374737
"Abi": {
@@ -7486,6 +7486,12 @@
74867486
},
74877487
"type": "object"
74887488
},
7489+
"OtherRecurringProduct": {
7490+
"description": "Details of a recurring external transaction product which doesn't belong to any other more specific category.",
7491+
"id": "OtherRecurringProduct",
7492+
"properties": {},
7493+
"type": "object"
7494+
},
74897495
"OtherRegionsBasePlanConfig": {
74907496
"description": "Pricing information for any new locations Play may launch in.",
74917497
"id": "OtherRegionsBasePlanConfig",
@@ -7524,6 +7530,10 @@
75247530
"$ref": "OtherRegionsSubscriptionOfferPhasePrices",
75257531
"description": "The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for any new locations Play may launch in."
75267532
},
7533+
"free": {
7534+
"$ref": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
7535+
"description": "Set to specify this offer is free to obtain."
7536+
},
75277537
"otherRegionsPrices": {
75287538
"$ref": "OtherRegionsSubscriptionOfferPhasePrices",
75297539
"description": "The absolute price the user pays for this offer phase. The price must not be smaller than the minimum price allowed for any new locations Play may launch in."
@@ -7536,6 +7546,12 @@
75367546
},
75377547
"type": "object"
75387548
},
7549+
"OtherRegionsSubscriptionOfferPhaseFreePriceOverride": {
7550+
"description": "Represents the free price override configuration for any new locations Play may launch for a single offer phase.",
7551+
"id": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
7552+
"properties": {},
7553+
"type": "object"
7554+
},
75397555
"OtherRegionsSubscriptionOfferPhasePrices": {
75407556
"description": "Pricing information for any new locations Play may launch in.",
75417557
"id": "OtherRegionsSubscriptionOfferPhasePrices",
@@ -7766,6 +7782,10 @@
77667782
"Alternative billing only, where users may only use developer-manager billing."
77677783
],
77687784
"type": "string"
7785+
},
7786+
"otherRecurringProduct": {
7787+
"$ref": "OtherRecurringProduct",
7788+
"description": "Details of a recurring external transaction product which doesn't belong to any other specific category."
77697789
}
77707790
},
77717791
"type": "object"

androidpublisher/v3/androidpublisher-gen.go

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

appengine/v1/appengine-api.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@
17181718
}
17191719
}
17201720
},
1721-
"revision": "20240226",
1721+
"revision": "20240415",
17221722
"rootUrl": "https://appengine.googleapis.com/",
17231723
"schemas": {
17241724
"ApiConfigHandler": {
@@ -3290,8 +3290,9 @@
32903290
"type": "string"
32913291
},
32923292
"phase": {
3293+
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
32933294
"enum": [
3294-
"UNKNOWN",
3295+
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
32953296
"BEFORE_RESOURCE_HANDLING",
32963297
"AFTER_RESOURCE_HANDLING"
32973298
],
@@ -3308,7 +3309,7 @@
33083309
},
33093310
"state": {
33103311
"$ref": "ContainerState",
3311-
"description": "The state of the project that led to this event."
3312+
"description": "The state of the organization that led to this event."
33123313
}
33133314
},
33143315
"type": "object"

appengine/v1/appengine-gen.go

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

appengine/v1alpha/appengine-api.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
}
947947
}
948948
},
949-
"revision": "20240226",
949+
"revision": "20240415",
950950
"rootUrl": "https://appengine.googleapis.com/",
951951
"schemas": {
952952
"AuthorizedCertificate": {
@@ -1498,8 +1498,9 @@
14981498
"type": "string"
14991499
},
15001500
"phase": {
1501+
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
15011502
"enum": [
1502-
"UNKNOWN",
1503+
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
15031504
"BEFORE_RESOURCE_HANDLING",
15041505
"AFTER_RESOURCE_HANDLING"
15051506
],
@@ -1516,7 +1517,7 @@
15161517
},
15171518
"state": {
15181519
"$ref": "ContainerState",
1519-
"description": "The state of the project that led to this event."
1520+
"description": "The state of the organization that led to this event."
15201521
}
15211522
},
15221523
"type": "object"

appengine/v1alpha/appengine-gen.go

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

appengine/v1beta/appengine-api.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@
19181918
}
19191919
}
19201920
},
1921-
"revision": "20240226",
1921+
"revision": "20240415",
19221922
"rootUrl": "https://appengine.googleapis.com/",
19231923
"schemas": {
19241924
"ApiConfigHandler": {
@@ -3541,8 +3541,9 @@
35413541
"type": "string"
35423542
},
35433543
"phase": {
3544+
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
35443545
"enum": [
3545-
"UNKNOWN",
3546+
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
35463547
"BEFORE_RESOURCE_HANDLING",
35473548
"AFTER_RESOURCE_HANDLING"
35483549
],
@@ -3559,7 +3560,7 @@
35593560
},
35603561
"state": {
35613562
"$ref": "ContainerState",
3562-
"description": "The state of the project that led to this event."
3563+
"description": "The state of the organization that led to this event."
35633564
}
35643565
},
35653566
"type": "object"

appengine/v1beta/appengine-gen.go

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

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

+74-5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,51 @@
107107
"resources": {
108108
"bidders": {
109109
"resources": {
110+
"auctionPackages": {
111+
"methods": {
112+
"list": {
113+
"description": "List the auction packages. Buyers can use the URL path \"/v1/buyers/{accountId}/auctionPackages\" to list auction packages for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/auctionPackages\" to list auction packages for the bidder, its media planners, its buyers, and all their clients.",
114+
"flatPath": "v1/bidders/{biddersId}/auctionPackages",
115+
"httpMethod": "GET",
116+
"id": "authorizedbuyersmarketplace.bidders.auctionPackages.list",
117+
"parameterOrder": [
118+
"parent"
119+
],
120+
"parameters": {
121+
"filter": {
122+
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
123+
"location": "query",
124+
"type": "string"
125+
},
126+
"pageSize": {
127+
"description": "Requested page size. The server may return fewer results than requested. Max allowed page size is 500.",
128+
"format": "int32",
129+
"location": "query",
130+
"type": "integer"
131+
},
132+
"pageToken": {
133+
"description": "The page token as returned. ListAuctionPackagesResponse.nextPageToken",
134+
"location": "query",
135+
"type": "string"
136+
},
137+
"parent": {
138+
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`.",
139+
"location": "path",
140+
"pattern": "^bidders/[^/]+$",
141+
"required": true,
142+
"type": "string"
143+
}
144+
},
145+
"path": "v1/{+parent}/auctionPackages",
146+
"response": {
147+
"$ref": "ListAuctionPackagesResponse"
148+
},
149+
"scopes": [
150+
"https://www.googleapis.com/auth/authorized-buyers-marketplace"
151+
]
152+
}
153+
}
154+
},
110155
"finalizedDeals": {
111156
"methods": {
112157
"list": {
@@ -189,7 +234,7 @@
189234
]
190235
},
191236
"list": {
192-
"description": "List the auction packages subscribed by a buyer and its clients.",
237+
"description": "List the auction packages. Buyers can use the URL path \"/v1/buyers/{accountId}/auctionPackages\" to list auction packages for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/auctionPackages\" to list auction packages for the bidder, its media planners, its buyers, and all their clients.",
193238
"flatPath": "v1/buyers/{buyersId}/auctionPackages",
194239
"httpMethod": "GET",
195240
"id": "authorizedbuyersmarketplace.buyers.auctionPackages.list",
@@ -198,7 +243,7 @@
198243
],
199244
"parameters": {
200245
"filter": {
201-
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
246+
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
202247
"location": "query",
203248
"type": "string"
204249
},
@@ -214,7 +259,7 @@
214259
"type": "string"
215260
},
216261
"parent": {
217-
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`",
262+
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`.",
218263
"location": "path",
219264
"pattern": "^buyers/[^/]+$",
220265
"required": true,
@@ -1312,7 +1357,7 @@
13121357
}
13131358
}
13141359
},
1315-
"revision": "20240417",
1360+
"revision": "20240418",
13161361
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13171362
"schemas": {
13181363
"AcceptProposalRequest": {
@@ -1420,18 +1465,42 @@
14201465
"description": "The display_name assigned to the auction package.",
14211466
"type": "string"
14221467
},
1468+
"eligibleSeatIds": {
1469+
"description": "Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.",
1470+
"items": {
1471+
"type": "string"
1472+
},
1473+
"readOnly": true,
1474+
"type": "array"
1475+
},
14231476
"name": {
14241477
"description": "Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.",
14251478
"type": "string"
14261479
},
1480+
"subscribedBuyers": {
1481+
"description": "Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`",
1482+
"items": {
1483+
"type": "string"
1484+
},
1485+
"readOnly": true,
1486+
"type": "array"
1487+
},
14271488
"subscribedClients": {
1428-
"description": "Output only. The list of clients of the current buyer that are subscribed to the AuctionPackage. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`",
1489+
"description": "Output only. When calling as a buyer, the list of clients of the current buyer that are subscribed to the AuctionPackage. When calling as a bidder, the list of clients that are subscribed to the AuctionPackage owned by the bidder or its buyers. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`",
14291490
"items": {
14301491
"type": "string"
14311492
},
14321493
"readOnly": true,
14331494
"type": "array"
14341495
},
1496+
"subscribedMediaPlanners": {
1497+
"description": "Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.",
1498+
"items": {
1499+
"$ref": "MediaPlanner"
1500+
},
1501+
"readOnly": true,
1502+
"type": "array"
1503+
},
14351504
"updateTime": {
14361505
"description": "Output only. Time the auction package was last updated. This value is only increased when this auction package is updated but never when a buyer subscribed.",
14371506
"format": "google-datetime",

0 commit comments

Comments
 (0)