You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
103
103
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -121,9 +121,9 @@ <h3>Method Details</h3>
121
121
Returns:
122
122
An object of the form:
123
123
124
-
{
124
+
{ # An account feed lists Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single buyer account.
125
125
"items": [ # A list of accounts.
126
-
{
126
+
{ # Configuration data for an Ad Exchange buyer account.
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
129
129
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150
150
body: object, The request body. (required)
151
151
The object takes the form of:
152
152
153
-
{
153
+
{ # Configuration data for an Ad Exchange buyer account.
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
156
156
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -168,7 +168,7 @@ <h3>Method Details</h3>
168
168
Returns:
169
169
An object of the form:
170
170
171
-
{
171
+
{ # Configuration data for an Ad Exchange buyer account.
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
174
174
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -192,7 +192,7 @@ <h3>Method Details</h3>
192
192
body: object, The request body. (required)
193
193
The object takes the form of:
194
194
195
-
{
195
+
{ # Configuration data for an Ad Exchange buyer account.
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
198
198
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -210,7 +210,7 @@ <h3>Method Details</h3>
210
210
Returns:
211
211
An object of the form:
212
212
213
-
{
213
+
{ # Configuration data for an Ad Exchange buyer account.
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
216
216
"bidderLocation": [ # Your bidder locations that have distinct URLs.
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
101
104
42,
102
105
],
@@ -139,7 +142,7 @@ <h3>Method Details</h3>
139
142
body: object, The request body. (required)
140
143
The object takes the form of:
141
144
142
-
{
145
+
{ # A creative and its classification data.
143
146
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
144
147
42,
145
148
],
@@ -177,7 +180,7 @@ <h3>Method Details</h3>
177
180
Returns:
178
181
An object of the form:
179
182
180
-
{
183
+
{ # A creative and its classification data.
181
184
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
182
185
42,
183
186
],
@@ -223,9 +226,10 @@ <h3>Method Details</h3>
223
226
Returns:
224
227
An object of the form:
225
228
226
-
{
229
+
{ # The creatives feed lists the active creatives for the Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single creative.
230
+
"nextPageToken": "A String", # Continuation token used to page through creatives. To retrieve the next page of results, set the next request's "pageToken" value to this.
227
231
"items": [ # A list of creatives.
228
-
{
232
+
{ # A creative and its classification data.
229
233
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
"currencyCode": "A String", # The currency code that applies to the fixed_cpm value. If not set then assumed to be USD.
@@ -113,10 +113,10 @@ <h3>Method Details</h3>
113
113
Returns:
114
114
An object of the form:
115
115
116
-
{
116
+
{ # A direct deals feed lists Direct Deals the Ad Exchange buyer account has access to. This includes direct deals set up for the buyer account as well as its merged stream seats.
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.jobs.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152
152
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
153
153
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
154
154
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
155
+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
155
156
"schema": { # [Optional] Schema of the table being written to.
156
157
"fields": [ # Describes the fields in a table.
157
158
{
@@ -329,6 +330,7 @@ <h3>Method Details</h3>
329
330
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
330
331
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
331
332
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
333
+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
332
334
"schema": { # [Optional] Schema of the table being written to.
333
335
"fields": [ # Describes the fields in a table.
334
336
{
@@ -454,6 +456,7 @@ <h3>Method Details</h3>
454
456
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
455
457
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
456
458
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
459
+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
457
460
"schema": { # [Optional] Schema of the table being written to.
458
461
"fields": [ # Describes the fields in a table.
459
462
{
@@ -603,6 +606,7 @@ <h3>Method Details</h3>
603
606
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
604
607
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
605
608
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
609
+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
606
610
"schema": { # [Optional] Schema of the table being written to.
607
611
"fields": [ # Describes the fields in a table.
608
612
{
@@ -708,13 +712,14 @@ <h3>Method Details</h3>
708
712
709
713
{
710
714
"timeoutMs": 42, # [Optional] How long to wait for the query to complete, in milliseconds, before returning. Default is to return immediately. If the timeout passes before the job completes, the request will fail with a TIMEOUT error.
711
-
"query": "A String", # [Required] A query string, following the BigQuery query syntax of the query to execute. Table names should be qualified by dataset name in the format projectId:datasetId.tableId unless you specify the defaultDataset value. If the table is in the same project as the job, you can omit the project ID. Example: SELECT f1 FROM myProjectId:myDatasetId.myTableId.
712
715
"kind": "bigquery#queryRequest", # The resource type of the request.
713
-
"maxResults": 42, # [Optional] The maximum number of results to return per page of results. If the response list exceeds the maximum response size for a single response, you will have to page through the results. Default is to return the maximum response size.
716
+
"dryRun": True or False, # [Optional] If set, don't actually run the query. A valid query will return an empty response, while an invalid query will return the same error it would if it wasn't a dry run.
714
717
"defaultDataset": { # [Optional] Specifies the default datasetId and projectId to assume for any unqualified table names in the query. If not set, all table names in the query string must be fully-qualified in the format projectId:datasetId.tableid.
715
718
"projectId": "A String", # [Optional] The ID of the container project.
716
719
"datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
717
720
},
721
+
"maxResults": 42, # [Optional] The maximum number of results to return per page of results. If the response list exceeds the maximum response size for a single response, you will have to page through the results. Default is to return the maximum response size.
722
+
"query": "A String", # [Required] A query string, following the BigQuery query syntax of the query to execute. Table names should be qualified by dataset name in the format projectId:datasetId.tableId unless you specify the defaultDataset value. If the table is in the same project as the job, you can omit the project ID. Example: SELECT f1 FROM myProjectId:myDatasetId.myTableId.
Copy file name to clipboardExpand all lines: docs/dyn/books_v1.layers.annotationData.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ <h3>Method Details</h3>
112
112
"data": { # JSON encoded data for this annotation data.
113
113
"geo": {
114
114
"countryCode": "A String", # The country code of the location.
115
+
"title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
115
116
"zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels
116
117
"longitude": 3.14, # The longitude of the location.
117
118
"mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
@@ -124,7 +125,6 @@ <h3>Method Details</h3>
124
125
},
125
126
],
126
127
],
127
-
"resolution": "A String", # The resolution of the location. Ex: POI_LEVEL
128
128
"viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.
129
129
"lo": {
130
130
"latitude": 3.14,
@@ -184,6 +184,7 @@ <h3>Method Details</h3>
184
184
"data": { # JSON encoded data for this annotation data.
185
185
"geo": {
186
186
"countryCode": "A String", # The country code of the location.
187
+
"title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
187
188
"zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels
188
189
"longitude": 3.14, # The longitude of the location.
189
190
"mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
@@ -196,7 +197,6 @@ <h3>Method Details</h3>
196
197
},
197
198
],
198
199
],
199
-
"resolution": "A String", # The resolution of the location. Ex: POI_LEVEL
200
200
"viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.
0 commit comments