Skip to content

Commit 45a5220

Browse files
1 parent c726daa commit 45a5220

File tree

6 files changed

+94
-7
lines changed

6 files changed

+94
-7
lines changed

clients/google-api-services-bigquery/v2/1.31.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigquery</artifactId>
25-
<version>v2-rev20220611-1.32.1</version>
25+
<version>v2-rev20220716-1.32.1</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20220611-1.32.1'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20220716-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-bigquery/v2/1.31.0/com/google/api/services/bigquery/model/CsvOptions.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ public final class CsvOptions extends com.google.api.client.json.GenericJson {
7373
@com.google.api.client.util.Key("null_marker")
7474
private java.lang.String nullMarker;
7575

76+
/**
77+
* [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the
78+
* ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for
79+
* other formats.
80+
* The value may be {@code null}.
81+
*/
82+
@com.google.api.client.util.Key
83+
private java.lang.Boolean preserveAsciiControlCharacters;
84+
7685
/**
7786
* [Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the
7887
* string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the
@@ -202,6 +211,27 @@ public CsvOptions setNullMarker(java.lang.String nullMarker) {
202211
return this;
203212
}
204213

214+
/**
215+
* [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the
216+
* ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for
217+
* other formats.
218+
* @return value or {@code null} for none
219+
*/
220+
public java.lang.Boolean getPreserveAsciiControlCharacters() {
221+
return preserveAsciiControlCharacters;
222+
}
223+
224+
/**
225+
* [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the
226+
* ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for
227+
* other formats.
228+
* @param preserveAsciiControlCharacters preserveAsciiControlCharacters or {@code null} for none
229+
*/
230+
public CsvOptions setPreserveAsciiControlCharacters(java.lang.Boolean preserveAsciiControlCharacters) {
231+
this.preserveAsciiControlCharacters = preserveAsciiControlCharacters;
232+
return this;
233+
}
234+
205235
/**
206236
* [Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the
207237
* string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the

clients/google-api-services-bigquery/v2/1.31.0/com/google/api/services/bigquery/model/ExternalDataConfiguration.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ public final class ExternalDataConfiguration extends com.google.api.client.json.
139139
@com.google.api.client.util.Key
140140
private ParquetOptions parquetOptions;
141141

142+
/**
143+
* [Optional] Provide a referencing file with the expected table schema. Enabled for the format:
144+
* AVRO, PARQUET, ORC.
145+
* The value may be {@code null}.
146+
*/
147+
@com.google.api.client.util.Key
148+
private java.lang.String referenceFileSchemaUri;
149+
142150
/**
143151
* [Optional] The schema for the data. Schema is required for CSV and JSON formats. Schema is
144152
* disallowed for Google Cloud Bigtable, Cloud Datastore backups, and Avro formats.
@@ -425,6 +433,25 @@ public ExternalDataConfiguration setParquetOptions(ParquetOptions parquetOptions
425433
return this;
426434
}
427435

436+
/**
437+
* [Optional] Provide a referencing file with the expected table schema. Enabled for the format:
438+
* AVRO, PARQUET, ORC.
439+
* @return value or {@code null} for none
440+
*/
441+
public java.lang.String getReferenceFileSchemaUri() {
442+
return referenceFileSchemaUri;
443+
}
444+
445+
/**
446+
* [Optional] Provide a referencing file with the expected table schema. Enabled for the format:
447+
* AVRO, PARQUET, ORC.
448+
* @param referenceFileSchemaUri referenceFileSchemaUri or {@code null} for none
449+
*/
450+
public ExternalDataConfiguration setReferenceFileSchemaUri(java.lang.String referenceFileSchemaUri) {
451+
this.referenceFileSchemaUri = referenceFileSchemaUri;
452+
return this;
453+
}
454+
428455
/**
429456
* [Optional] The schema for the data. Schema is required for CSV and JSON formats. Schema is
430457
* disallowed for Google Cloud Bigtable, Cloud Datastore backups, and Avro formats.

clients/google-api-services-bigquery/v2/1.31.0/com/google/api/services/bigquery/model/JobConfigurationLoad.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@ public final class JobConfigurationLoad extends com.google.api.client.json.Gener
231231
@com.google.api.client.util.Key
232232
private RangePartitioning rangePartitioning;
233233

234+
/**
235+
* User provided referencing file with the expected reader schema, Available for the format: AVRO,
236+
* PARQUET, ORC.
237+
* The value may be {@code null}.
238+
*/
239+
@com.google.api.client.util.Key
240+
private java.lang.String referenceFileSchemaUri;
241+
234242
/**
235243
* [Optional] The schema for the destination table. The schema can be omitted if the destination
236244
* table already exists, or if you're loading data from Google Cloud Datastore.
@@ -796,6 +804,25 @@ public JobConfigurationLoad setRangePartitioning(RangePartitioning rangePartitio
796804
return this;
797805
}
798806

807+
/**
808+
* User provided referencing file with the expected reader schema, Available for the format: AVRO,
809+
* PARQUET, ORC.
810+
* @return value or {@code null} for none
811+
*/
812+
public java.lang.String getReferenceFileSchemaUri() {
813+
return referenceFileSchemaUri;
814+
}
815+
816+
/**
817+
* User provided referencing file with the expected reader schema, Available for the format: AVRO,
818+
* PARQUET, ORC.
819+
* @param referenceFileSchemaUri referenceFileSchemaUri or {@code null} for none
820+
*/
821+
public JobConfigurationLoad setReferenceFileSchemaUri(java.lang.String referenceFileSchemaUri) {
822+
this.referenceFileSchemaUri = referenceFileSchemaUri;
823+
return this;
824+
}
825+
799826
/**
800827
* [Optional] The schema for the destination table. The schema can be omitted if the destination
801828
* table already exists, or if you're loading data from Google Cloud Datastore.

clients/google-api-services-bigquery/v2/1.31.0/com/google/api/services/bigquery/model/QueryTimelineSample.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public final class QueryTimelineSample extends com.google.api.client.json.Generi
6161
private java.lang.Long estimatedRunnableUnits;
6262

6363
/**
64-
* Total parallel units of work remaining for the active stages.
64+
* Total units of work remaining for the query. This number can be revised (increased or
65+
* decreased) while the query is running.
6566
* The value may be {@code null}.
6667
*/
6768
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -149,15 +150,17 @@ public QueryTimelineSample setEstimatedRunnableUnits(java.lang.Long estimatedRun
149150
}
150151

151152
/**
152-
* Total parallel units of work remaining for the active stages.
153+
* Total units of work remaining for the query. This number can be revised (increased or
154+
* decreased) while the query is running.
153155
* @return value or {@code null} for none
154156
*/
155157
public java.lang.Long getPendingUnits() {
156158
return pendingUnits;
157159
}
158160

159161
/**
160-
* Total parallel units of work remaining for the active stages.
162+
* Total units of work remaining for the query. This number can be revised (increased or
163+
* decreased) while the query is running.
161164
* @param pendingUnits pendingUnits or {@code null} for none
162165
*/
163166
public QueryTimelineSample setPendingUnits(java.lang.Long pendingUnits) {

clients/google-api-services-bigquery/v2/1.31.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-bigquery</artifactId>
11-
<version>v2-rev20220611-1.32.1</version>
12-
<name>BigQuery API v2-rev20220611-1.32.1</name>
11+
<version>v2-rev20220716-1.32.1</version>
12+
<name>BigQuery API v2-rev20220716-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)