Skip to content

Commit 17e91de

Browse files
feat(adexchangebuyer2): update the api
#### adexchangebuyer2:v2beta1 The following keys were added: - schemas.Creative.properties.corrections.deprecated (Total Keys: 1) - schemas.FilterSet.properties.formats.deprecated (Total Keys: 1) - schemas.FilteredBidDetailRow.properties.detailId.deprecated (Total Keys: 1) - schemas.Proposal.properties.isSetupComplete.deprecated (Total Keys: 1) - schemas.SecurityContext.deprecated (Total Keys: 1) - schemas.ServingContext.properties.securityType.deprecated (Total Keys: 1) - schemas.ServingRestriction.properties.disapprovalReasons.deprecated (Total Keys: 1)
1 parent ae18441 commit 17e91de

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

googleapiclient/discovery_cache/documents/adexchangebuyer2.v2beta1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@
25682568
}
25692569
}
25702570
},
2571-
"revision": "20230628",
2571+
"revision": "20230710",
25722572
"rootUrl": "https://adexchangebuyer.googleapis.com/",
25732573
"schemas": {
25742574
"AbsoluteDateRange": {
@@ -3163,6 +3163,7 @@
31633163
"type": "array"
31643164
},
31653165
"corrections": {
3166+
"deprecated": true,
31663167
"description": "Output only. Shows any corrections that were applied to this creative.",
31673168
"items": {
31683169
"$ref": "Correction"
@@ -4234,6 +4235,7 @@
42344235
"type": "string"
42354236
},
42364237
"formats": {
4238+
"deprecated": true,
42374239
"description": "Creative formats bidded on or allowed to bid on, can be empty. Although this field is a list, it can only be populated with a single item. A HTTP 400 bad request error will be returned in the response if you specify multiple items.",
42384240
"items": {
42394241
"enum": [
@@ -4349,6 +4351,7 @@
43494351
"type": "string"
43504352
},
43514353
"detailId": {
4354+
"deprecated": true,
43524355
"description": "Note: this field will be deprecated, use \"detail\" field instead. When \"detail\" field represents an integer value, this field is populated as the same integer value \"detail\" field represents, otherwise this field will be 0. The ID of the detail. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.",
43534356
"format": "int32",
43544357
"type": "integer"
@@ -5079,6 +5082,7 @@
50795082
"type": "number"
50805083
},
50815084
"storeUrl": {
5085+
"deprecated": true,
50825086
"description": "The URL to the app store to purchase/download the promoted app.",
50835087
"type": "string"
50845088
},
@@ -5471,6 +5475,7 @@
54715475
"type": "boolean"
54725476
},
54735477
"isSetupComplete": {
5478+
"deprecated": true,
54745479
"description": "Output only. True, if the buyside inventory setup is complete for this proposal.",
54755480
"readOnly": true,
54765481
"type": "boolean"
@@ -5785,6 +5790,7 @@
57855790
"type": "object"
57865791
},
57875792
"SecurityContext": {
5793+
"deprecated": true,
57885794
"description": "Output only. A security context.",
57895795
"id": "SecurityContext",
57905796
"properties": {
@@ -5854,6 +5860,7 @@
58545860
},
58555861
"securityType": {
58565862
"$ref": "SecurityContext",
5863+
"deprecated": true,
58575864
"description": "Matches impressions for a particular security type."
58585865
}
58595866
},
@@ -5875,6 +5882,7 @@
58755882
"description": "Disapproval bound to this restriction. Only present if status=DISAPPROVED. Can be used to filter the response of the creatives.list method."
58765883
},
58775884
"disapprovalReasons": {
5885+
"deprecated": true,
58785886
"description": "Any disapprovals bound to this restriction. Only present if status=DISAPPROVED. Can be used to filter the response of the creatives.list method. Deprecated; use disapproval field instead.",
58795887
"items": {
58805888
"$ref": "Disapproval"

0 commit comments

Comments
 (0)