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: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/JobConfigurationLoad.java
+18-15
Original file line number
Diff line number
Diff line change
@@ -464,11 +464,12 @@ public final class JobConfigurationLoad extends com.google.api.client.json.Gener
464
464
* Optional. Specifies the action that occurs if the destination table already exists. The
465
465
* following values are supported: * WRITE_TRUNCATE: If the table already exists, BigQuery
466
466
* overwrites the data, removes the constraints and uses the schema from the load job. *
467
-
* WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. *
468
-
* WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in
469
-
* the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if
470
-
* BigQuery is able to complete the job successfully. Creation, truncation and append actions
471
-
* occur as one atomic update upon job completion.
467
+
* WRITE_TRUNCATE_DATA: If the table already exists, BigQuery overwrites the data, but keeps the
468
+
* constraints and schema of the existing table. * WRITE_APPEND: If the table already exists,
469
+
* BigQuery appends the data to the table. * WRITE_EMPTY: If the table already exists and contains
470
+
* data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND.
471
+
* Each action is atomic and only occurs if BigQuery is able to complete the job successfully.
472
+
* Creation, truncation and append actions occur as one atomic update upon job completion.
472
473
* The value may be {@code null}.
473
474
*/
474
475
@com.google.api.client.util.Key
@@ -1455,11 +1456,12 @@ public JobConfigurationLoad setUseAvroLogicalTypes(java.lang.Boolean useAvroLogi
1455
1456
* Optional. Specifies the action that occurs if the destination table already exists. The
1456
1457
* following values are supported: * WRITE_TRUNCATE: If the table already exists, BigQuery
1457
1458
* overwrites the data, removes the constraints and uses the schema from the load job. *
1458
-
* WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. *
1459
-
* WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in
1460
-
* the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if
1461
-
* BigQuery is able to complete the job successfully. Creation, truncation and append actions
1462
-
* occur as one atomic update upon job completion.
1459
+
* WRITE_TRUNCATE_DATA: If the table already exists, BigQuery overwrites the data, but keeps the
1460
+
* constraints and schema of the existing table. * WRITE_APPEND: If the table already exists,
1461
+
* BigQuery appends the data to the table. * WRITE_EMPTY: If the table already exists and contains
1462
+
* data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND.
1463
+
* Each action is atomic and only occurs if BigQuery is able to complete the job successfully.
1464
+
* Creation, truncation and append actions occur as one atomic update upon job completion.
1463
1465
* @return value or {@code null} for none
1464
1466
*/
1465
1467
publicjava.lang.StringgetWriteDisposition() {
@@ -1470,11 +1472,12 @@ public java.lang.String getWriteDisposition() {
1470
1472
* Optional. Specifies the action that occurs if the destination table already exists. The
1471
1473
* following values are supported: * WRITE_TRUNCATE: If the table already exists, BigQuery
1472
1474
* overwrites the data, removes the constraints and uses the schema from the load job. *
1473
-
* WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. *
1474
-
* WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in
1475
-
* the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if
1476
-
* BigQuery is able to complete the job successfully. Creation, truncation and append actions
1477
-
* occur as one atomic update upon job completion.
1475
+
* WRITE_TRUNCATE_DATA: If the table already exists, BigQuery overwrites the data, but keeps the
1476
+
* constraints and schema of the existing table. * WRITE_APPEND: If the table already exists,
1477
+
* BigQuery appends the data to the table. * WRITE_EMPTY: If the table already exists and contains
1478
+
* data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND.
1479
+
* Each action is atomic and only occurs if BigQuery is able to complete the job successfully.
1480
+
* Creation, truncation and append actions occur as one atomic update upon job completion.
1478
1481
* @param writeDisposition writeDisposition or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/JobConfigurationQuery.java
+18-15
Original file line number
Diff line number
Diff line change
@@ -278,11 +278,12 @@ public final class JobConfigurationQuery extends com.google.api.client.json.Gene
278
278
* Optional. Specifies the action that occurs if the destination table already exists. The
279
279
* following values are supported: * WRITE_TRUNCATE: If the table already exists, BigQuery
280
280
* overwrites the data, removes the constraints, and uses the schema from the query result. *
281
-
* WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. *
282
-
* WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in
283
-
* the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if
284
-
* BigQuery is able to complete the job successfully. Creation, truncation and append actions
285
-
* occur as one atomic update upon job completion.
281
+
* WRITE_TRUNCATE_DATA: If the table already exists, BigQuery overwrites the data, but keeps the
282
+
* constraints and schema of the existing table. * WRITE_APPEND: If the table already exists,
283
+
* BigQuery appends the data to the table. * WRITE_EMPTY: If the table already exists and contains
284
+
* data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each
285
+
* action is atomic and only occurs if BigQuery is able to complete the job successfully.
286
+
* Creation, truncation and append actions occur as one atomic update upon job completion.
286
287
* The value may be {@code null}.
287
288
*/
288
289
@com.google.api.client.util.Key
@@ -964,11 +965,12 @@ public JobConfigurationQuery setUserDefinedFunctionResources(java.util.List<User
964
965
* Optional. Specifies the action that occurs if the destination table already exists. The
965
966
* following values are supported: * WRITE_TRUNCATE: If the table already exists, BigQuery
966
967
* overwrites the data, removes the constraints, and uses the schema from the query result. *
967
-
* WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. *
968
-
* WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in
969
-
* the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if
970
-
* BigQuery is able to complete the job successfully. Creation, truncation and append actions
971
-
* occur as one atomic update upon job completion.
968
+
* WRITE_TRUNCATE_DATA: If the table already exists, BigQuery overwrites the data, but keeps the
969
+
* constraints and schema of the existing table. * WRITE_APPEND: If the table already exists,
970
+
* BigQuery appends the data to the table. * WRITE_EMPTY: If the table already exists and contains
971
+
* data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each
972
+
* action is atomic and only occurs if BigQuery is able to complete the job successfully.
973
+
* Creation, truncation and append actions occur as one atomic update upon job completion.
972
974
* @return value or {@code null} for none
973
975
*/
974
976
publicjava.lang.StringgetWriteDisposition() {
@@ -979,11 +981,12 @@ public java.lang.String getWriteDisposition() {
979
981
* Optional. Specifies the action that occurs if the destination table already exists. The
980
982
* following values are supported: * WRITE_TRUNCATE: If the table already exists, BigQuery
981
983
* overwrites the data, removes the constraints, and uses the schema from the query result. *
982
-
* WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. *
983
-
* WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in
984
-
* the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if
985
-
* BigQuery is able to complete the job successfully. Creation, truncation and append actions
986
-
* occur as one atomic update upon job completion.
984
+
* WRITE_TRUNCATE_DATA: If the table already exists, BigQuery overwrites the data, but keeps the
985
+
* constraints and schema of the existing table. * WRITE_APPEND: If the table already exists,
986
+
* BigQuery appends the data to the table. * WRITE_EMPTY: If the table already exists and contains
987
+
* data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each
988
+
* action is atomic and only occurs if BigQuery is able to complete the job successfully.
989
+
* Creation, truncation and append actions occur as one atomic update upon job completion.
987
990
* @param writeDisposition writeDisposition or {@code null} for none
0 commit comments