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
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.tables.html
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -139,12 +139,12 @@ <h3>Method Details</h3>
139
139
"schema": { # [Optional] Describes the schema of this table.
140
140
"fields": [ # Describes the fields in a table.
141
141
{
142
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
142
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
143
143
# Object with schema name: TableFieldSchema
144
144
],
145
-
"type": "A String", # [Required] Data type of the field.
146
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
147
-
"name": "A String", # [Required] Name of the field.
145
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
146
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
147
+
"name": "A String", # [Required] The field name.
148
148
},
149
149
],
150
150
},
@@ -181,12 +181,12 @@ <h3>Method Details</h3>
181
181
"schema": { # [Optional] Describes the schema of this table.
182
182
"fields": [ # Describes the fields in a table.
183
183
{
184
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
184
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
185
185
# Object with schema name: TableFieldSchema
186
186
],
187
-
"type": "A String", # [Required] Data type of the field.
188
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
189
-
"name": "A String", # [Required] Name of the field.
187
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
188
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
189
+
"name": "A String", # [Required] The field name.
190
190
},
191
191
],
192
192
},
@@ -216,12 +216,12 @@ <h3>Method Details</h3>
216
216
"schema": { # [Optional] Describes the schema of this table.
217
217
"fields": [ # Describes the fields in a table.
218
218
{
219
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
219
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
220
220
# Object with schema name: TableFieldSchema
221
221
],
222
-
"type": "A String", # [Required] Data type of the field.
223
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
224
-
"name": "A String", # [Required] Name of the field.
222
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
223
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
224
+
"name": "A String", # [Required] The field name.
225
225
},
226
226
],
227
227
},
@@ -306,12 +306,12 @@ <h3>Method Details</h3>
306
306
"schema": { # [Optional] Describes the schema of this table.
307
307
"fields": [ # Describes the fields in a table.
308
308
{
309
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
309
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
310
310
# Object with schema name: TableFieldSchema
311
311
],
312
-
"type": "A String", # [Required] Data type of the field.
313
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
314
-
"name": "A String", # [Required] Name of the field.
312
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
313
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
314
+
"name": "A String", # [Required] The field name.
315
315
},
316
316
],
317
317
},
@@ -341,12 +341,12 @@ <h3>Method Details</h3>
341
341
"schema": { # [Optional] Describes the schema of this table.
342
342
"fields": [ # Describes the fields in a table.
343
343
{
344
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
344
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
345
345
# Object with schema name: TableFieldSchema
346
346
],
347
-
"type": "A String", # [Required] Data type of the field.
348
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
349
-
"name": "A String", # [Required] Name of the field.
347
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
348
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
349
+
"name": "A String", # [Required] The field name.
350
350
},
351
351
],
352
352
},
@@ -384,12 +384,12 @@ <h3>Method Details</h3>
384
384
"schema": { # [Optional] Describes the schema of this table.
385
385
"fields": [ # Describes the fields in a table.
386
386
{
387
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
387
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
388
388
# Object with schema name: TableFieldSchema
389
389
],
390
-
"type": "A String", # [Required] Data type of the field.
391
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
392
-
"name": "A String", # [Required] Name of the field.
390
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
391
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
392
+
"name": "A String", # [Required] The field name.
393
393
},
394
394
],
395
395
},
@@ -419,12 +419,12 @@ <h3>Method Details</h3>
419
419
"schema": { # [Optional] Describes the schema of this table.
420
420
"fields": [ # Describes the fields in a table.
421
421
{
422
-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
422
+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
423
423
# Object with schema name: TableFieldSchema
424
424
],
425
-
"type": "A String", # [Required] Data type of the field.
426
-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
427
-
"name": "A String", # [Required] Name of the field.
425
+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
426
+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
Copy file name to clipboardExpand all lines: docs/dyn/calendar_v3.calendarList.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ <h3>Method Details</h3>
130
130
"description": "A String", # Description of the calendar. Optional. Read-only.
131
131
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
132
132
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
133
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
133
134
"summary": "A String", # Title of the calendar. Read-only.
134
135
"etag": "A String", # ETag of the resource.
135
136
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -169,6 +170,7 @@ <h3>Method Details</h3>
169
170
"description": "A String", # Description of the calendar. Optional. Read-only.
170
171
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
171
172
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
173
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
172
174
"summary": "A String", # Title of the calendar. Read-only.
173
175
"etag": "A String", # ETag of the resource.
174
176
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -204,6 +206,7 @@ <h3>Method Details</h3>
204
206
"description": "A String", # Description of the calendar. Optional. Read-only.
205
207
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
206
208
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
209
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
207
210
"summary": "A String", # Title of the calendar. Read-only.
208
211
"etag": "A String", # ETag of the resource.
209
212
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -256,6 +259,7 @@ <h3>Method Details</h3>
256
259
"description": "A String", # Description of the calendar. Optional. Read-only.
257
260
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
258
261
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
262
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
259
263
"summary": "A String", # Title of the calendar. Read-only.
260
264
"etag": "A String", # ETag of the resource.
261
265
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -314,6 +318,7 @@ <h3>Method Details</h3>
314
318
"description": "A String", # Description of the calendar. Optional. Read-only.
315
319
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
316
320
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
321
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
317
322
"summary": "A String", # Title of the calendar. Read-only.
318
323
"etag": "A String", # ETag of the resource.
319
324
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -349,6 +354,7 @@ <h3>Method Details</h3>
349
354
"description": "A String", # Description of the calendar. Optional. Read-only.
350
355
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
351
356
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
357
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
352
358
"summary": "A String", # Title of the calendar. Read-only.
353
359
"etag": "A String", # ETag of the resource.
354
360
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -389,6 +395,7 @@ <h3>Method Details</h3>
389
395
"description": "A String", # Description of the calendar. Optional. Read-only.
390
396
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
391
397
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
398
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
392
399
"summary": "A String", # Title of the calendar. Read-only.
393
400
"etag": "A String", # ETag of the resource.
394
401
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -424,6 +431,7 @@ <h3>Method Details</h3>
424
431
"description": "A String", # Description of the calendar. Optional. Read-only.
425
432
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
426
433
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
434
+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
427
435
"summary": "A String", # Title of the calendar. Read-only.
428
436
"etag": "A String", # ETag of the resource.
429
437
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
0 commit comments