Skip to content

Commit

Permalink
feat(bigquery): update the api
Browse files Browse the repository at this point in the history
#### bigquery:v2

The following keys were added:
- schemas.MaterializedViewDefinition.properties.allow_non_incremental_definition.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 13, 2022
1 parent f3ae379 commit 9d8a28d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
26 changes: 13 additions & 13 deletions docs/dyn/bigquery_v2.routines.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3>Method Details</h3>
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
&quot;A String&quot;,
],
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
&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;```
Expand All @@ -160,7 +160,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&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.
&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.
&quot;columns&quot;: [ # The columns in this table type
{ # A field or a column.
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
Expand Down Expand Up @@ -251,7 +251,7 @@ <h3>Method Details</h3>
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
&quot;A String&quot;,
],
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
&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;```
Expand All @@ -261,7 +261,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&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.
&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.
&quot;columns&quot;: [ # The columns in this table type
{ # A field or a column.
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
Expand Down Expand Up @@ -345,7 +345,7 @@ <h3>Method Details</h3>
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
&quot;A String&quot;,
],
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
&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;```
Expand All @@ -355,7 +355,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&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.
&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.
&quot;columns&quot;: [ # The columns in this table type
{ # A field or a column.
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
Expand Down Expand Up @@ -428,7 +428,7 @@ <h3>Method Details</h3>

{
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of results.
&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.
&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.
{ # A user-defined function or a stored procedure.
&quot;arguments&quot;: [ # Optional.
{ # Input/output argument of a function or a stored procedure.
Expand All @@ -454,7 +454,7 @@ <h3>Method Details</h3>
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
&quot;A String&quot;,
],
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
&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;```
Expand All @@ -464,7 +464,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&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.
&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.
&quot;columns&quot;: [ # The columns in this table type
{ # A field or a column.
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
Expand Down Expand Up @@ -572,7 +572,7 @@ <h3>Method Details</h3>
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
&quot;A String&quot;,
],
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
&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;```
Expand All @@ -582,7 +582,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&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.
&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.
&quot;columns&quot;: [ # The columns in this table type
{ # A field or a column.
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
Expand Down Expand Up @@ -666,7 +666,7 @@ <h3>Method Details</h3>
&quot;importedLibraries&quot;: [ # Optional. If language = &quot;JAVASCRIPT&quot;, this field stores the path of the imported JAVASCRIPT libraries.
&quot;A String&quot;,
],
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot;.
&quot;language&quot;: &quot;A String&quot;, # Optional. Defaults to &quot;SQL&quot; if remote_function_options field is absent, not set otherwise.
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this routine was last modified, in milliseconds since the epoch.
&quot;remoteFunctionOptions&quot;: { # Options for a remote user-defined function. # Optional. Remote function specific options.
&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;```
Expand All @@ -676,7 +676,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&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.
&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.
&quot;columns&quot;: [ # The columns in this table type
{ # A field or a column.
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of this field. Can be absent for struct fields.
Expand Down
Loading

0 comments on commit 9d8a28d

Please sign in to comment.