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.jobs.html
+6
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,7 @@ <h3>Method Details</h3>
299
299
"value": "A String", # [Required] Value of the connection property.
300
300
},
301
301
],
302
+
"continuous": True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
302
303
"createDisposition": "A String", # [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 'notFound' 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.
303
304
"createSession": 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.
304
305
"defaultDataset": { # [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>
998
999
"value": "A String", # [Required] Value of the connection property.
999
1000
},
1000
1001
],
1002
+
"continuous": True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
1001
1003
"createDisposition": "A String", # [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 'notFound' 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.
1002
1004
"createSession": 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.
1003
1005
"defaultDataset": { # [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>
1769
1771
"value": "A String", # [Required] Value of the connection property.
1770
1772
},
1771
1773
],
1774
+
"continuous": True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
1772
1775
"createDisposition": "A String", # [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 'notFound' 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.
1773
1776
"createSession": 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.
1774
1777
"defaultDataset": { # [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>
2443
2446
"value": "A String", # [Required] Value of the connection property.
2444
2447
},
2445
2448
],
2449
+
"continuous": True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
2446
2450
"createDisposition": "A String", # [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 'notFound' 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.
2447
2451
"createSession": 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.
2448
2452
"defaultDataset": { # [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>
3140
3144
"value": "A String", # [Required] Value of the connection property.
3141
3145
},
3142
3146
],
3147
+
"continuous": True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
3143
3148
"createDisposition": "A String", # [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 'notFound' 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.
3144
3149
"createSession": 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.
3145
3150
"defaultDataset": { # [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>
3667
3672
"value": "A String", # [Required] Value of the connection property.
3668
3673
},
3669
3674
],
3675
+
"continuous": True or False, # [Optional] Specifies whether the query should be executed as a continuous query. The default value is false.
3670
3676
"createSession": 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.
3671
3677
"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 qualified in the format 'datasetId.tableId'.
3672
3678
"datasetId": "A String", # [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.
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.models.html
+8-8
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ <h3>Method Details</h3>
141
141
# Object with schema name: StandardSqlField
142
142
],
143
143
},
144
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
144
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
145
145
},
146
146
},
147
147
],
@@ -752,7 +752,7 @@ <h3>Method Details</h3>
752
752
# Object with schema name: StandardSqlField
753
753
],
754
754
},
755
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
755
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
756
756
},
757
757
},
758
758
],
@@ -1090,7 +1090,7 @@ <h3>Method Details</h3>
1090
1090
# Object with schema name: StandardSqlField
1091
1091
],
1092
1092
},
1093
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
1093
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
1094
1094
},
1095
1095
},
1096
1096
],
@@ -1701,7 +1701,7 @@ <h3>Method Details</h3>
1701
1701
# Object with schema name: StandardSqlField
1702
1702
],
1703
1703
},
1704
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
1704
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
1705
1705
},
1706
1706
},
1707
1707
],
@@ -2052,7 +2052,7 @@ <h3>Method Details</h3>
2052
2052
# Object with schema name: StandardSqlField
2053
2053
],
2054
2054
},
2055
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
2055
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
2056
2056
},
2057
2057
},
2058
2058
],
@@ -2663,7 +2663,7 @@ <h3>Method Details</h3>
2663
2663
# Object with schema name: StandardSqlField
2664
2664
],
2665
2665
},
2666
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
2666
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
2667
2667
},
2668
2668
},
2669
2669
],
@@ -2989,7 +2989,7 @@ <h3>Method Details</h3>
2989
2989
# Object with schema name: StandardSqlField
2990
2990
],
2991
2991
},
2992
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
2992
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
2993
2993
},
2994
2994
},
2995
2995
],
@@ -3600,7 +3600,7 @@ <h3>Method Details</h3>
3600
3600
# Object with schema name: StandardSqlField
3601
3601
],
3602
3602
},
3603
-
"typeKind": "A String", # Required. The top level type of this field. Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
3603
+
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
0 commit comments