mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -543,7 +543,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230118",
|
||||
"revision": "20240227",
|
||||
"rootUrl": "https://doubleclicksearch.googleapis.com/",
|
||||
"schemas": {
|
||||
"Availability": {
|
||||
@@ -619,6 +619,20 @@
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
},
|
||||
"adUserDataConsent": {
|
||||
"description": "Represents consent for core platform services (CPS) preferences in settings. No default value. Acceptable values are: GRANTED: The desired consent status is to grant. Read the CPS preferences from GTE settings. DENIED: The desired consent status is to deny; CPS list is empty.",
|
||||
"enum": [
|
||||
"UNKNOWN",
|
||||
"GRANTED",
|
||||
"DENIED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Not specified.",
|
||||
"Granted.",
|
||||
"Denied."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"advertiserId": {
|
||||
"description": "DS advertiser ID.",
|
||||
"format": "int64",
|
||||
|
||||
Reference in New Issue
Block a user