Skip to content

Commit 5cc7894

Browse files
yoshi-automationleahecole
authored andcommitted
feat(displayvideo): update the API
#### displayvideo:v2 The following keys were changed: - schemas.BulkUpdateLineItemsRequest.properties.updateMask.description #### displayvideo:v3 The following keys were changed: - schemas.BulkUpdateLineItemsRequest.properties.updateMask.description #### displayvideo:v4 The following keys were added: - schemas.CustomBiddingAlgorithm.properties.thirdPartyOptimizationPartner.description - schemas.CustomBiddingAlgorithm.properties.thirdPartyOptimizationPartner.enum - schemas.CustomBiddingAlgorithm.properties.thirdPartyOptimizationPartner.enumDescriptions - schemas.CustomBiddingAlgorithm.properties.thirdPartyOptimizationPartner.type The following keys were changed: - schemas.BulkUpdateLineItemsRequest.properties.updateMask.description
1 parent 20f9ad3 commit 5cc7894

File tree

6 files changed

+37
-14
lines changed

6 files changed

+37
-14
lines changed

discovery/displayvideo-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9081,7 +9081,7 @@
90819081
}
90829082
}
90839083
},
9084-
"revision": "20250729",
9084+
"revision": "20250812",
90859085
"rootUrl": "https://displayvideo.googleapis.com/",
90869086
"schemas": {
90879087
"ActivateManualTriggerRequest": {
@@ -10866,7 +10866,7 @@
1086610866
"description": "Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids.\""
1086710867
},
1086810868
"updateMask": {
10869-
"description": "Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus",
10869+
"description": "Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising",
1087010870
"format": "google-fieldmask",
1087110871
"type": "string"
1087210872
}

discovery/displayvideo-v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9268,7 +9268,7 @@
92689268
}
92699269
}
92709270
},
9271-
"revision": "20250729",
9271+
"revision": "20250812",
92729272
"rootUrl": "https://displayvideo.googleapis.com/",
92739273
"schemas": {
92749274
"ActiveViewVideoViewabilityMetricConfig": {
@@ -12120,7 +12120,7 @@
1212012120
"description": "Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids.\""
1212112121
},
1212212122
"updateMask": {
12123-
"description": "Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus",
12123+
"description": "Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising",
1212412124
"format": "google-fieldmask",
1212512125
"type": "string"
1212612126
}

discovery/displayvideo-v4.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9302,7 +9302,7 @@
93029302
}
93039303
}
93049304
},
9305-
"revision": "20250729",
9305+
"revision": "20250812",
93069306
"rootUrl": "https://displayvideo.googleapis.com/",
93079307
"schemas": {
93089308
"ActiveViewVideoViewabilityMetricConfig": {
@@ -12154,7 +12154,7 @@
1215412154
"description": "Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids.\""
1215512155
},
1215612156
"updateMask": {
12157-
"description": "Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus",
12157+
"description": "Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising",
1215812158
"format": "google-fieldmask",
1215912159
"type": "string"
1216012160
}
@@ -14079,6 +14079,20 @@
1407914079
"type": "string"
1408014080
},
1408114081
"type": "array"
14082+
},
14083+
"thirdPartyOptimizationPartner": {
14084+
"description": "Optional. Immutable. Designates the third party optimization partner that manages this algorithm.",
14085+
"enum": [
14086+
"UNKNOWN",
14087+
"SCIBIDS",
14088+
"ADELAIDE"
14089+
],
14090+
"enumDescriptions": [
14091+
"Type value is not specified or is unknown in this version.",
14092+
"Third party data science service provider that DV3 partners/advertisers can partner with.",
14093+
"Third party attention measurement service provider that DV3 partners/advertisers can partner with."
14094+
],
14095+
"type": "string"
1408214096
}
1408314097
},
1408414098
"type": "object"

src/apis/displayvideo/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ export namespace displayvideo_v2 {
11591159
*/
11601160
targetLineItem?: Schema$LineItem;
11611161
/**
1162-
* Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus
1162+
* Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising
11631163
*/
11641164
updateMask?: string | null;
11651165
}

src/apis/displayvideo/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ export namespace displayvideo_v3 {
15491549
*/
15501550
targetLineItem?: Schema$LineItem;
15511551
/**
1552-
* Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus
1552+
* Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising
15531553
*/
15541554
updateMask?: string | null;
15551555
}

src/apis/displayvideo/v4.ts

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ export namespace displayvideo_v4 {
15511551
*/
15521552
targetLineItem?: Schema$LineItem;
15531553
/**
1554-
* Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus
1554+
* Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising
15551555
*/
15561556
updateMask?: string | null;
15571557
}
@@ -2499,6 +2499,10 @@ export namespace displayvideo_v4 {
24992499
* The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
25002500
*/
25012501
sharedAdvertiserIds?: string[] | null;
2502+
/**
2503+
* Optional. Immutable. Designates the third party optimization partner that manages this algorithm.
2504+
*/
2505+
thirdPartyOptimizationPartner?: string | null;
25022506
}
25032507
/**
25042508
* A single custom bidding algorithm rules.
@@ -22797,7 +22801,8 @@ export namespace displayvideo_v4 {
2279722801
* // "modelDetails": [],
2279822802
* // "name": "my_name",
2279922803
* // "partnerId": "my_partnerId",
22800-
* // "sharedAdvertiserIds": []
22804+
* // "sharedAdvertiserIds": [],
22805+
* // "thirdPartyOptimizationPartner": "my_thirdPartyOptimizationPartner"
2280122806
* // }
2280222807
* },
2280322808
* });
@@ -22813,7 +22818,8 @@ export namespace displayvideo_v4 {
2281322818
* // "modelDetails": [],
2281422819
* // "name": "my_name",
2281522820
* // "partnerId": "my_partnerId",
22816-
* // "sharedAdvertiserIds": []
22821+
* // "sharedAdvertiserIds": [],
22822+
* // "thirdPartyOptimizationPartner": "my_thirdPartyOptimizationPartner"
2281722823
* // }
2281822824
* }
2281922825
*
@@ -22964,7 +22970,8 @@ export namespace displayvideo_v4 {
2296422970
* // "modelDetails": [],
2296522971
* // "name": "my_name",
2296622972
* // "partnerId": "my_partnerId",
22967-
* // "sharedAdvertiserIds": []
22973+
* // "sharedAdvertiserIds": [],
22974+
* // "thirdPartyOptimizationPartner": "my_thirdPartyOptimizationPartner"
2296822975
* // }
2296922976
* }
2297022977
*
@@ -23271,7 +23278,8 @@ export namespace displayvideo_v4 {
2327123278
* // "modelDetails": [],
2327223279
* // "name": "my_name",
2327323280
* // "partnerId": "my_partnerId",
23274-
* // "sharedAdvertiserIds": []
23281+
* // "sharedAdvertiserIds": [],
23282+
* // "thirdPartyOptimizationPartner": "my_thirdPartyOptimizationPartner"
2327523283
* // }
2327623284
* },
2327723285
* });
@@ -23287,7 +23295,8 @@ export namespace displayvideo_v4 {
2328723295
* // "modelDetails": [],
2328823296
* // "name": "my_name",
2328923297
* // "partnerId": "my_partnerId",
23290-
* // "sharedAdvertiserIds": []
23298+
* // "sharedAdvertiserIds": [],
23299+
* // "thirdPartyOptimizationPartner": "my_thirdPartyOptimizationPartner"
2329123300
* // }
2329223301
* }
2329323302
*

0 commit comments

Comments
 (0)