Update to latest versions of API declarations

This commit is contained in:
Sebastian Thiel
2018-10-13 13:49:14 +02:00
parent 5a67475b54
commit 255c7f5ad5
1508 changed files with 819225 additions and 838421 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/T2vdXek6tIY1HgjGsdCsPe9_CT0\"",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/qKrjReh8gPfLEBqPkP4nP05MFxo\"",
"discoveryVersion": "v1",
"id": "doubleclicksearch:v2",
"name": "doubleclicksearch",
"version": "v2",
"revision": "20171116",
"revision": "20181010",
"title": "DoubleClick Search API",
"description": "Reports and modifies your advertising data in DoubleClick Search (for example, campaigns, ad groups, keywords, and conversions).",
"ownerDomain": "google.com",
@@ -57,12 +57,12 @@
},
"quotaUser": {
"type": "string",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
"description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.",
"location": "query"
},
"userIp": {
"type": "string",
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
"description": "Deprecated. Please use quotaUser instead.",
"location": "query"
}
},
@@ -474,7 +474,7 @@
"properties": {
"columns": {
"type": "array",
"description": "The columns to include in the report. This includes both DoubleClick Search columns and saved columns. For DoubleClick Search columns, only the columnName parameter is required. For saved columns only the savedColumnName parameter is required. Both columnName and savedColumnName cannot be set in the same stanza.",
"description": "The columns to include in the report. This includes both DoubleClick Search columns and saved columns. For DoubleClick Search columns, only the columnName parameter is required. For saved columns only the savedColumnName parameter is required. Both columnName and savedColumnName cannot be set in the same stanza.\nThe maximum number of columns per request is 300.",
"items": {
"$ref": "ReportApiColumnSpec"
}
@@ -490,7 +490,7 @@
},
"filters": {
"type": "array",
"description": "A list of filters to be applied to the report.",
"description": "A list of filters to be applied to the report.\nThe maximum number of filters per request is 300.",
"items": {
"type": "object",
"properties": {
@@ -504,7 +504,7 @@
},
"values": {
"type": "array",
"description": "A list of values to filter the column value against.",
"description": "A list of values to filter the column value against.\nThe maximum number of filter values per request is 300.",
"items": {
"type": "any"
}
@@ -536,7 +536,7 @@
},
"orderBy": {
"type": "array",
"description": "Synchronous report only. A list of columns and directions defining sorting to be performed on the report rows.",
"description": "Synchronous report only. A list of columns and directions defining sorting to be performed on the report rows.\nThe maximum number of orderings per request is 300.",
"items": {
"type": "object",
"properties": {