Skip to content

Commit 9d8a28d

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.MaterializedViewDefinition.properties.allow_non_incremental_definition.type (Total Keys: 1)
1 parent f3ae379 commit 9d8a28d

File tree

3 files changed

+28
-17
lines changed

3 files changed

+28
-17
lines changed

docs/dyn/bigquery_v2.routines.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150150
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
151151
&quot;A String&quot;,
152152
],
153-
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
153+
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
154154
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
155155
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
156156
&quot;connection&quot;: &quot;A String&quot;, # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```&quot;projects/{projectId}/locations/{locationId}/connections/{connectionId}&quot;```
@@ -160,7 +160,7 @@ <h3>Method Details</h3>
160160
&quot;a_key&quot;: &quot;A String&quot;,
161161
},
162162
},
163-
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
163+
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
164164
&quot;columns&quot;: [ # The columns in this table type
165165
{ # A field or a column.
166166
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
@@ -251,7 +251,7 @@ <h3>Method Details</h3>
251251
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
252252
&quot;A String&quot;,
253253
],
254-
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
254+
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
255255
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
256256
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
257257
&quot;connection&quot;: &quot;A String&quot;, # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```&quot;projects/{projectId}/locations/{locationId}/connections/{connectionId}&quot;```
@@ -261,7 +261,7 @@ <h3>Method Details</h3>
261261
&quot;a_key&quot;: &quot;A String&quot;,
262262
},
263263
},
264-
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
264+
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
265265
&quot;columns&quot;: [ # The columns in this table type
266266
{ # A field or a column.
267267
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
@@ -345,7 +345,7 @@ <h3>Method Details</h3>
345345
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
346346
&quot;A String&quot;,
347347
],
348-
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
348+
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
349349
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
350350
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
351351
&quot;connection&quot;: &quot;A String&quot;, # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```&quot;projects/{projectId}/locations/{locationId}/connections/{connectionId}&quot;```
@@ -355,7 +355,7 @@ <h3>Method Details</h3>
355355
&quot;a_key&quot;: &quot;A String&quot;,
356356
},
357357
},
358-
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
358+
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
359359
&quot;columns&quot;: [ # The columns in this table type
360360
{ # A field or a column.
361361
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428428

429429
{
430430
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of results.
431-
&quot;routines&quot;: [ # Routines in the requested dataset. Unless read_mask is set in the request, only the following fields are populated: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.
431+
&quot;routines&quot;: [ # Routines in the requested dataset. Unless read_mask is set in the request, only the following fields are populated: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, language, and remote_function_options.
432432
{ # A user-defined function or a stored procedure.
433433
&quot;arguments&quot;: [ # Optional.
434434
{ # Input/output argument of a function or a stored procedure.
@@ -454,7 +454,7 @@ <h3>Method Details</h3>
454454
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
455455
&quot;A String&quot;,
456456
],
457-
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
457+
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
458458
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
459459
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
460460
&quot;connection&quot;: &quot;A String&quot;, # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```&quot;projects/{projectId}/locations/{locationId}/connections/{connectionId}&quot;```
@@ -464,7 +464,7 @@ <h3>Method Details</h3>
464464
&quot;a_key&quot;: &quot;A String&quot;,
465465
},
466466
},
467-
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
467+
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
468468
&quot;columns&quot;: [ # The columns in this table type
469469
{ # A field or a column.
470470
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
@@ -572,7 +572,7 @@ <h3>Method Details</h3>
572572
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
573573
&quot;A String&quot;,
574574
],
575-
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
575+
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
576576
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
577577
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
578578
&quot;connection&quot;: &quot;A String&quot;, # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```&quot;projects/{projectId}/locations/{locationId}/connections/{connectionId}&quot;```
@@ -582,7 +582,7 @@ <h3>Method Details</h3>
582582
&quot;a_key&quot;: &quot;A String&quot;,
583583
},
584584
},
585-
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
585+
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
586586
&quot;columns&quot;: [ # The columns in this table type
587587
{ # A field or a column.
588588
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
@@ -666,7 +666,7 @@ <h3>Method Details</h3>
666666
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
667667
&quot;A String&quot;,
668668
],
669-
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
669+
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
670670
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
671671
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
672672
&quot;connection&quot;: &quot;A String&quot;, # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```&quot;projects/{projectId}/locations/{locationId}/connections/{connectionId}&quot;```
@@ -676,7 +676,7 @@ <h3>Method Details</h3>
676676
&quot;a_key&quot;: &quot;A String&quot;,
677677
},
678678
},
679-
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
679+
&quot;returnTableType&quot;: { # A table type # Optional. Can be set only if routine_type = &quot;TABLE_VALUED_FUNCTION&quot;. If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
680680
&quot;columns&quot;: [ # The columns in this table type
681681
{ # A field or a column.
682682
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.

0 commit comments

Comments
 (0)