Skip to content

Commit 0068463

Browse files
yoshi-automationsofisl
authored andcommitted
feat(authorizedbuyersmarketplace): update the API
#### authorizedbuyersmarketplace:v1alpha The following keys were added: - schemas.AuctionPackage.properties.dealOwnerSeatId.description - schemas.AuctionPackage.properties.dealOwnerSeatId.readOnly - schemas.AuctionPackage.properties.dealOwnerSeatId.type The following keys were changed: - resources.buyers.resources.proposals.methods.patch.description - schemas.AuctionPackage.properties.eligibleSeatIds.description - schemas.PrivateData.description - schemas.TimeZone.properties.id.description - schemas.TimeZone.properties.version.description #### authorizedbuyersmarketplace:v1 The following keys were added: - schemas.AuctionPackage.properties.dealOwnerSeatId.description - schemas.AuctionPackage.properties.dealOwnerSeatId.readOnly - schemas.AuctionPackage.properties.dealOwnerSeatId.type The following keys were changed: - resources.buyers.resources.proposals.methods.patch.description - schemas.AuctionPackage.properties.eligibleSeatIds.description - schemas.PrivateData.description - schemas.TimeZone.properties.id.description - schemas.TimeZone.properties.version.description
1 parent 46e7f17 commit 0068463

File tree

4 files changed

+40
-22
lines changed

4 files changed

+40
-22
lines changed

‎discovery/authorizedbuyersmarketplace-v1.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
]
11031103
},
11041104
"patch": {
1105-
"description": "Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is not allowed and will result in an error.",
1105+
"description": "Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is only allowed for buyer private data, all other fields are immutable.",
11061106
"flatPath": "v1/buyers/{buyersId}/proposals/{proposalsId}",
11071107
"httpMethod": "PATCH",
11081108
"id": "authorizedbuyersmarketplace.buyers.proposals.patch",
@@ -1367,7 +1367,7 @@
13671367
}
13681368
}
13691369
},
1370-
"revision": "20241002",
1370+
"revision": "20250113",
13711371
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13721372
"schemas": {
13731373
"AcceptProposalRequest": {
@@ -1466,6 +1466,11 @@
14661466
"readOnly": true,
14671467
"type": "string"
14681468
},
1469+
"dealOwnerSeatId": {
1470+
"description": "Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.",
1471+
"readOnly": true,
1472+
"type": "string"
1473+
},
14691474
"description": {
14701475
"description": "Output only. A description of the auction package.",
14711476
"readOnly": true,
@@ -1476,7 +1481,7 @@
14761481
"type": "string"
14771482
},
14781483
"eligibleSeatIds": {
1479-
"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.",
1484+
"description": "Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.",
14801485
"items": {
14811486
"type": "string"
14821487
},
@@ -2621,7 +2626,7 @@
26212626
"type": "object"
26222627
},
26232628
"PrivateData": {
2624-
"description": "Buyers are allowed to store certain types of private data in a proposal or deal.",
2629+
"description": "Buyers are allowed to store certain types of private data in a proposal.",
26252630
"id": "PrivateData",
26262631
"properties": {
26272632
"referenceId": {
@@ -3138,11 +3143,11 @@
31383143
"id": "TimeZone",
31393144
"properties": {
31403145
"id": {
3141-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
3146+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
31423147
"type": "string"
31433148
},
31443149
"version": {
3145-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
3150+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
31463151
"type": "string"
31473152
}
31483153
},

‎discovery/authorizedbuyersmarketplace-v1alpha.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@
12851285
]
12861286
},
12871287
"patch": {
1288-
"description": "Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is not allowed and will result in an error.",
1288+
"description": "Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is only allowed for buyer private data, all other fields are immutable.",
12891289
"flatPath": "v1alpha/buyers/{buyersId}/proposals/{proposalsId}",
12901290
"httpMethod": "PATCH",
12911291
"id": "authorizedbuyersmarketplace.buyers.proposals.patch",
@@ -1550,7 +1550,7 @@
15501550
}
15511551
}
15521552
},
1553-
"revision": "20241002",
1553+
"revision": "20250113",
15541554
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
15551555
"schemas": {
15561556
"AcceptProposalRequest": {
@@ -1655,6 +1655,11 @@
16551655
"readOnly": true,
16561656
"type": "string"
16571657
},
1658+
"dealOwnerSeatId": {
1659+
"description": "Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.",
1660+
"readOnly": true,
1661+
"type": "string"
1662+
},
16581663
"description": {
16591664
"description": "Output only. A description of the auction package.",
16601665
"readOnly": true,
@@ -1665,7 +1670,7 @@
16651670
"type": "string"
16661671
},
16671672
"eligibleSeatIds": {
1668-
"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.",
1673+
"description": "Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.",
16691674
"items": {
16701675
"type": "string"
16711676
},
@@ -2876,7 +2881,7 @@
28762881
"type": "object"
28772882
},
28782883
"PrivateData": {
2879-
"description": "Buyers are allowed to store certain types of private data in a proposal or deal.",
2884+
"description": "Buyers are allowed to store certain types of private data in a proposal.",
28802885
"id": "PrivateData",
28812886
"properties": {
28822887
"referenceId": {
@@ -3393,11 +3398,11 @@
33933398
"id": "TimeZone",
33943399
"properties": {
33953400
"id": {
3396-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
3401+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
33973402
"type": "string"
33983403
},
33993404
"version": {
3400-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
3405+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
34013406
"type": "string"
34023407
}
34033408
},

‎src/apis/authorizedbuyersmarketplace/v1.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ export namespace authorizedbuyersmarketplace_v1 {
190190
* Output only. The buyer that created this auction package. Format: `buyers/{buyerAccountId\}`
191191
*/
192192
creator?: string | null;
193+
/**
194+
* Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.
195+
*/
196+
dealOwnerSeatId?: string | null;
193197
/**
194198
* Output only. A description of the auction package.
195199
*/
@@ -199,7 +203,7 @@ export namespace authorizedbuyersmarketplace_v1 {
199203
*/
200204
displayName?: string | null;
201205
/**
202-
* 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.
206+
* Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
203207
*/
204208
eligibleSeatIds?: string[] | null;
205209
/**
@@ -867,7 +871,7 @@ export namespace authorizedbuyersmarketplace_v1 {
867871
openAuctionAllowed?: boolean | null;
868872
}
869873
/**
870-
* Buyers are allowed to store certain types of private data in a proposal or deal.
874+
* Buyers are allowed to store certain types of private data in a proposal.
871875
*/
872876
export interface Schema$PrivateData {
873877
/**
@@ -1213,11 +1217,11 @@ export namespace authorizedbuyersmarketplace_v1 {
12131217
*/
12141218
export interface Schema$TimeZone {
12151219
/**
1216-
* IANA Time Zone Database time zone, e.g. "America/New_York".
1220+
* IANA Time Zone Database time zone. For example "America/New_York".
12171221
*/
12181222
id?: string | null;
12191223
/**
1220-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
1224+
* Optional. IANA Time Zone Database version number. For example "2019a".
12211225
*/
12221226
version?: string | null;
12231227
}
@@ -4514,7 +4518,7 @@ export namespace authorizedbuyersmarketplace_v1 {
45144518
}
45154519

45164520
/**
4517-
* Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is not allowed and will result in an error.
4521+
* Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is only allowed for buyer private data, all other fields are immutable.
45184522
*
45194523
* @param params - Parameters for request
45204524
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

‎src/apis/authorizedbuyersmarketplace/v1alpha.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ export namespace authorizedbuyersmarketplace_v1alpha {
194194
* Output only. The buyer that created this auction package. Format: `buyers/{buyerAccountId\}`
195195
*/
196196
creator?: string | null;
197+
/**
198+
* Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.
199+
*/
200+
dealOwnerSeatId?: string | null;
197201
/**
198202
* Output only. A description of the auction package.
199203
*/
@@ -203,7 +207,7 @@ export namespace authorizedbuyersmarketplace_v1alpha {
203207
*/
204208
displayName?: string | null;
205209
/**
206-
* 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.
210+
* Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
207211
*/
208212
eligibleSeatIds?: string[] | null;
209213
/**
@@ -913,7 +917,7 @@ export namespace authorizedbuyersmarketplace_v1alpha {
913917
openAuctionAllowed?: boolean | null;
914918
}
915919
/**
916-
* Buyers are allowed to store certain types of private data in a proposal or deal.
920+
* Buyers are allowed to store certain types of private data in a proposal.
917921
*/
918922
export interface Schema$PrivateData {
919923
/**
@@ -1259,11 +1263,11 @@ export namespace authorizedbuyersmarketplace_v1alpha {
12591263
*/
12601264
export interface Schema$TimeZone {
12611265
/**
1262-
* IANA Time Zone Database time zone, e.g. "America/New_York".
1266+
* IANA Time Zone Database time zone. For example "America/New_York".
12631267
*/
12641268
id?: string | null;
12651269
/**
1266-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
1270+
* Optional. IANA Time Zone Database version number. For example "2019a".
12671271
*/
12681272
version?: string | null;
12691273
}
@@ -5190,7 +5194,7 @@ export namespace authorizedbuyersmarketplace_v1alpha {
51905194
}
51915195

51925196
/**
5193-
* Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is not allowed and will result in an error.
5197+
* Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is only allowed for buyer private data, all other fields are immutable.
51945198
*
51955199
* @param params - Parameters for request
51965200
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)