Skip to content

Commit 5bfcdbf

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.JobConfigurationQuery.properties.continuous.type (Total Keys: 1) - schemas.QueryRequest.properties.continuous.type (Total Keys: 1) - schemas.SparkOptions.properties.mainClass.type (Total Keys: 1)
1 parent 3b522aa commit 5bfcdbf

File tree

4 files changed

+72
-44
lines changed

4 files changed

+72
-44
lines changed

docs/dyn/bigquery_v2.jobs.html

+6
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ <h3>Method Details</h3>
299299
&quot;value&quot;: &quot;A String&quot;, # [Required] Value of the connection property.
300300
},
301301
],
302+
&quot;continuous&quot;: True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
302303
&quot;createDisposition&quot;: &quot;A String&quot;, # [Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a &#x27;notFound&#x27; error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.
303304
&quot;createSession&quot;: True or False, # If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.
304305
&quot;defaultDataset&quot;: { # [Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names.
@@ -998,6 +999,7 @@ <h3>Method Details</h3>
998999
&quot;value&quot;: &quot;A String&quot;, # [Required] Value of the connection property.
9991000
},
10001001
],
1002+
&quot;continuous&quot;: True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
10011003
&quot;createDisposition&quot;: &quot;A String&quot;, # [Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a &#x27;notFound&#x27; error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.
10021004
&quot;createSession&quot;: True or False, # If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.
10031005
&quot;defaultDataset&quot;: { # [Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names.
@@ -1769,6 +1771,7 @@ <h3>Method Details</h3>
17691771
&quot;value&quot;: &quot;A String&quot;, # [Required] Value of the connection property.
17701772
},
17711773
],
1774+
&quot;continuous&quot;: True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
17721775
&quot;createDisposition&quot;: &quot;A String&quot;, # [Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a &#x27;notFound&#x27; error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.
17731776
&quot;createSession&quot;: True or False, # If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.
17741777
&quot;defaultDataset&quot;: { # [Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names.
@@ -2443,6 +2446,7 @@ <h3>Method Details</h3>
24432446
&quot;value&quot;: &quot;A String&quot;, # [Required] Value of the connection property.
24442447
},
24452448
],
2449+
&quot;continuous&quot;: True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
24462450
&quot;createDisposition&quot;: &quot;A String&quot;, # [Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a &#x27;notFound&#x27; error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.
24472451
&quot;createSession&quot;: True or False, # If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.
24482452
&quot;defaultDataset&quot;: { # [Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names.
@@ -3140,6 +3144,7 @@ <h3>Method Details</h3>
31403144
&quot;value&quot;: &quot;A String&quot;, # [Required] Value of the connection property.
31413145
},
31423146
],
3147+
&quot;continuous&quot;: True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
31433148
&quot;createDisposition&quot;: &quot;A String&quot;, # [Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a &#x27;notFound&#x27; error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.
31443149
&quot;createSession&quot;: True or False, # If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.
31453150
&quot;defaultDataset&quot;: { # [Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names.
@@ -3667,6 +3672,7 @@ <h3>Method Details</h3>
36673672
&quot;value&quot;: &quot;A String&quot;, # [Required] Value of the connection property.
36683673
},
36693674
],
3675+
&quot;continuous&quot;: True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
36703676
&quot;createSession&quot;: True or False, # If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.
36713677
&quot;defaultDataset&quot;: { # [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 qualified in the format &#x27;datasetId.tableId&#x27;.
36723678
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

docs/dyn/bigquery_v2.models.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3>Method Details</h3>
141141
# Object with schema name: StandardSqlField
142142
],
143143
},
144-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
144+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
145145
},
146146
},
147147
],
@@ -752,7 +752,7 @@ <h3>Method Details</h3>
752752
# Object with schema name: StandardSqlField
753753
],
754754
},
755-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
755+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
756756
},
757757
},
758758
],
@@ -1090,7 +1090,7 @@ <h3>Method Details</h3>
10901090
# Object with schema name: StandardSqlField
10911091
],
10921092
},
1093-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
1093+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
10941094
},
10951095
},
10961096
],
@@ -1701,7 +1701,7 @@ <h3>Method Details</h3>
17011701
# Object with schema name: StandardSqlField
17021702
],
17031703
},
1704-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
1704+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
17051705
},
17061706
},
17071707
],
@@ -2052,7 +2052,7 @@ <h3>Method Details</h3>
20522052
# Object with schema name: StandardSqlField
20532053
],
20542054
},
2055-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
2055+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
20562056
},
20572057
},
20582058
],
@@ -2663,7 +2663,7 @@ <h3>Method Details</h3>
26632663
# Object with schema name: StandardSqlField
26642664
],
26652665
},
2666-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
2666+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
26672667
},
26682668
},
26692669
],
@@ -2989,7 +2989,7 @@ <h3>Method Details</h3>
29892989
# Object with schema name: StandardSqlField
29902990
],
29912991
},
2992-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
2992+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
29932993
},
29942994
},
29952995
],
@@ -3600,7 +3600,7 @@ <h3>Method Details</h3>
36003600
# Object with schema name: StandardSqlField
36013601
],
36023602
},
3603-
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any standard SQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
3603+
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
36043604
},
36053605
},
36063606
],

0 commit comments

Comments
 (0)