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/ExternalDataConfiguration.java
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -266,12 +266,13 @@ public final class ExternalDataConfiguration extends com.google.api.client.json.
266
266
/**
267
267
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
268
268
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
269
-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
270
-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
271
-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
272
-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
273
-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
274
-
* precision than the highest target precision in this array will be truncated.
269
+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
270
+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
271
+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
272
+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
273
+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
274
+
* Inputs that have higher precision than the highest target precision in this array will be
275
+
* truncated.
275
276
* The value may be {@code null}.
276
277
*/
277
278
@com.google.api.client.util.Key
@@ -826,12 +827,13 @@ public ExternalDataConfiguration setTimestampFormat(java.lang.String timestampFo
826
827
/**
827
828
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
828
829
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
829
-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
830
-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
831
-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
832
-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
833
-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
834
-
* precision than the highest target precision in this array will be truncated.
830
+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
831
+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
832
+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
833
+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
834
+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
835
+
* Inputs that have higher precision than the highest target precision in this array will be
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/ExternalRuntimeOptions.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ public final class ExternalRuntimeOptions extends com.google.api.client.json.Gen
50
50
privatejava.lang.StringcontainerMemory;
51
51
52
52
/**
53
-
* Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If
54
-
* absent or if `0`, a default concurrency is used.
53
+
* Optional. Maximum number of requests that a Python UDF container instance can handle
54
+
* concurrently. If absent or if `0`, a default concurrency is used.
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/JobConfigurationLoad.java
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -454,12 +454,13 @@ public final class JobConfigurationLoad extends com.google.api.client.json.Gener
454
454
/**
455
455
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
456
456
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
457
-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
458
-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
459
-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
460
-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
461
-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
462
-
* precision than the highest target precision in this array will be truncated.
457
+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
458
+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
459
+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
460
+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
461
+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
462
+
* Inputs that have higher precision than the highest target precision in this array will be
463
+
* truncated.
463
464
* The value may be {@code null}.
464
465
*/
465
466
@com.google.api.client.util.Key
@@ -1448,12 +1449,13 @@ public JobConfigurationLoad setTimestampFormat(java.lang.String timestampFormat)
1448
1449
/**
1449
1450
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
1450
1451
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
1451
-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
1452
-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
1453
-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
1454
-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
1455
-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
1456
-
* precision than the highest target precision in this array will be truncated.
1452
+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
1453
+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
1454
+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
1455
+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
1456
+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
1457
+
* Inputs that have higher precision than the highest target precision in this array will be
0 commit comments