Skip to content

Commit f542280

Browse files
1 parent 1eecc62 commit f542280

File tree

12 files changed

+113
-74
lines changed

12 files changed

+113
-74
lines changed

clients/google-api-services-bigquery/v2/2.0.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-rev20240616-2.0.0</version>
25+
<version>v2-rev20240623-2.0.0</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-rev20240616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240623-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/Bigquery.java

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -818,27 +818,30 @@ public List setAll(java.lang.Boolean all) {
818818

819819
/**
820820
* An expression for filtering the results of the request by label. The syntax is
821-
* \"labels.[:]\". Multiple filters can be ANDed together by connecting with a space. Example:
822-
* \"labels.department:receiving labels.active\". See [Filtering datasets using
823-
* labels](/bigquery/docs/filtering-labels#filtering_datasets_using_labels) for details.
821+
* `labels.[:]`. Multiple filters can be ANDed together by connecting with a space. Example:
822+
* `labels.department:receiving labels.active`. See [Filtering datasets using
823+
* labels](https://cloud.google.com/bigquery/docs/filtering-
824+
* labels#filtering_datasets_using_labels) for details.
824825
*/
825826
@com.google.api.client.util.Key
826827
private java.lang.String filter;
827828

828-
/** An expression for filtering the results of the request by label. The syntax is \"labels.[:]\".
829+
/** An expression for filtering the results of the request by label. The syntax is `labels.[:]`.
829830
Multiple filters can be ANDed together by connecting with a space. Example:
830-
\"labels.department:receiving labels.active\". See [Filtering datasets using
831-
labels](/bigquery/docs/filtering-labels#filtering_datasets_using_labels) for details.
831+
`labels.department:receiving labels.active`. See [Filtering datasets using
832+
labels](https://cloud.google.com/bigquery/docs/filtering-labels#filtering_datasets_using_labels)
833+
for details.
832834
*/
833835
public java.lang.String getFilter() {
834836
return filter;
835837
}
836838

837839
/**
838840
* An expression for filtering the results of the request by label. The syntax is
839-
* \"labels.[:]\". Multiple filters can be ANDed together by connecting with a space. Example:
840-
* \"labels.department:receiving labels.active\". See [Filtering datasets using
841-
* labels](/bigquery/docs/filtering-labels#filtering_datasets_using_labels) for details.
841+
* `labels.[:]`. Multiple filters can be ANDed together by connecting with a space. Example:
842+
* `labels.department:receiving labels.active`. See [Filtering datasets using
843+
* labels](https://cloud.google.com/bigquery/docs/filtering-
844+
* labels#filtering_datasets_using_labels) for details.
842845
*/
843846
public List setFilter(java.lang.String filter) {
844847
this.filter = filter;
@@ -1575,16 +1578,16 @@ public Cancel setJobId(java.lang.String jobId) {
15751578

15761579
/**
15771580
* The geographic location of the job. You must specify the location to run the job for the
1578-
* following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-
1579-
* regional location - If the job's location is in a single region (for example, `us-
1581+
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
1582+
* regional location * If the job's location is in a single region (for example, `us-
15801583
* central1`) For more information, see
15811584
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
15821585
*/
15831586
@com.google.api.client.util.Key
15841587
private java.lang.String location;
15851588

15861589
/** The geographic location of the job. You must specify the location to run the job for the following
1587-
scenarios: - If the location to run a job is not in the `us` or the `eu` multi-regional location -
1590+
scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location *
15881591
If the job's location is in a single region (for example, `us-central1`) For more information, see
15891592
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
15901593
*/
@@ -1594,8 +1597,8 @@ public java.lang.String getLocation() {
15941597

15951598
/**
15961599
* The geographic location of the job. You must specify the location to run the job for the
1597-
* following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-
1598-
* regional location - If the job's location is in a single region (for example, `us-
1600+
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
1601+
* regional location * If the job's location is in a single region (for example, `us-
15991602
* central1`) For more information, see
16001603
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
16011604
*/
@@ -1980,16 +1983,16 @@ public Get setJobId(java.lang.String jobId) {
19801983

19811984
/**
19821985
* The geographic location of the job. You must specify the location to run the job for the
1983-
* following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-
1984-
* regional location - If the job's location is in a single region (for example, `us-
1986+
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
1987+
* regional location * If the job's location is in a single region (for example, `us-
19851988
* central1`) For more information, see
19861989
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
19871990
*/
19881991
@com.google.api.client.util.Key
19891992
private java.lang.String location;
19901993

19911994
/** The geographic location of the job. You must specify the location to run the job for the following
1992-
scenarios: - If the location to run a job is not in the `us` or the `eu` multi-regional location -
1995+
scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location *
19931996
If the job's location is in a single region (for example, `us-central1`) For more information, see
19941997
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
19951998
*/
@@ -1999,8 +2002,8 @@ public java.lang.String getLocation() {
19992002

20002003
/**
20012004
* The geographic location of the job. You must specify the location to run the job for the
2002-
* following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-
2003-
* regional location - If the job's location is in a single region (for example, `us-
2005+
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
2006+
* regional location * If the job's location is in a single region (for example, `us-
20042007
* central1`) For more information, see
20052008
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
20062009
*/
@@ -2198,16 +2201,16 @@ public GetQueryResults setFormatOptionsUseInt64Timestamp(java.lang.Boolean forma
21982201

21992202
/**
22002203
* The geographic location of the job. You must specify the location to run the job for the
2201-
* following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-
2202-
* regional location - If the job's location is in a single region (for example, `us-
2204+
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
2205+
* regional location * If the job's location is in a single region (for example, `us-
22032206
* central1`) For more information, see
22042207
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
22052208
*/
22062209
@com.google.api.client.util.Key
22072210
private java.lang.String location;
22082211

22092212
/** The geographic location of the job. You must specify the location to run the job for the following
2210-
scenarios: - If the location to run a job is not in the `us` or the `eu` multi-regional location -
2213+
scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location *
22112214
If the job's location is in a single region (for example, `us-central1`) For more information, see
22122215
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
22132216
*/
@@ -2217,8 +2220,8 @@ public java.lang.String getLocation() {
22172220

22182221
/**
22192222
* The geographic location of the job. You must specify the location to run the job for the
2220-
* following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-
2221-
* regional location - If the job's location is in a single region (for example, `us-
2223+
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
2224+
* regional location * If the job's location is in a single region (for example, `us-
22222225
* central1`) For more information, see
22232226
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
22242227
*/

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/BigLakeConfiguration.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
3131

3232
/**
3333
* Required. The connection specifying the credentials to be used to read and write to external
34-
* storage, such as Cloud Storage. The connection_id can have the form ".." or
35-
* "projects//locations//connections/".
34+
* storage, such as Cloud Storage. The connection_id can have the form
35+
* `{project}.{location}.{connection_id}` or
36+
* `projects/{project}/locations/{location}/connections/{connection_id}".
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -48,7 +49,7 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
4849
/**
4950
* Required. The fully qualified location prefix of the external folder where table data is
5051
* stored. The '*' wildcard character is not allowed. The URI should be in the format
51-
* "gs://bucket/path_to_table/"
52+
* `gs://bucket/path_to_table/`
5253
* The value may be {@code null}.
5354
*/
5455
@com.google.api.client.util.Key
@@ -63,8 +64,9 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
6364

6465
/**
6566
* Required. The connection specifying the credentials to be used to read and write to external
66-
* storage, such as Cloud Storage. The connection_id can have the form ".." or
67-
* "projects//locations//connections/".
67+
* storage, such as Cloud Storage. The connection_id can have the form
68+
* `{project}.{location}.{connection_id}` or
69+
* `projects/{project}/locations/{location}/connections/{connection_id}".
6870
* @return value or {@code null} for none
6971
*/
7072
public java.lang.String getConnectionId() {
@@ -73,8 +75,9 @@ public java.lang.String getConnectionId() {
7375

7476
/**
7577
* Required. The connection specifying the credentials to be used to read and write to external
76-
* storage, such as Cloud Storage. The connection_id can have the form ".." or
77-
* "projects//locations//connections/".
78+
* storage, such as Cloud Storage. The connection_id can have the form
79+
* `{project}.{location}.{connection_id}` or
80+
* `projects/{project}/locations/{location}/connections/{connection_id}".
7881
* @param connectionId connectionId or {@code null} for none
7982
*/
8083
public BigLakeConfiguration setConnectionId(java.lang.String connectionId) {
@@ -102,7 +105,7 @@ public BigLakeConfiguration setFileFormat(java.lang.String fileFormat) {
102105
/**
103106
* Required. The fully qualified location prefix of the external folder where table data is
104107
* stored. The '*' wildcard character is not allowed. The URI should be in the format
105-
* "gs://bucket/path_to_table/"
108+
* `gs://bucket/path_to_table/`
106109
* @return value or {@code null} for none
107110
*/
108111
public java.lang.String getStorageUri() {
@@ -112,7 +115,7 @@ public java.lang.String getStorageUri() {
112115
/**
113116
* Required. The fully qualified location prefix of the external folder where table data is
114117
* stored. The '*' wildcard character is not allowed. The URI should be in the format
115-
* "gs://bucket/path_to_table/"
118+
* `gs://bucket/path_to_table/`
116119
* @param storageUri storageUri or {@code null} for none
117120
*/
118121
public BigLakeConfiguration setStorageUri(java.lang.String storageUri) {

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/BigtableColumn.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class BigtableColumn extends com.google.api.client.json.GenericJson
6060

6161
/**
6262
* [Required] Qualifier of the column. Columns in the parent column family that has this exact
63-
* qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified
63+
* qualifier are exposed as `.` field. If the qualifier is valid UTF-8 string, it can be specified
6464
* in the qualifier_string field. Otherwise, a base-64 encoded value must be set to
6565
* qualifier_encoded. The column field name is the same as the column qualifier. However, if the
6666
* qualifier is not a valid BigQuery field identifier i.e. does not match a-zA-Z*, a valid
@@ -157,7 +157,7 @@ public BigtableColumn setOnlyReadLatest(java.lang.Boolean onlyReadLatest) {
157157

158158
/**
159159
* [Required] Qualifier of the column. Columns in the parent column family that has this exact
160-
* qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified
160+
* qualifier are exposed as `.` field. If the qualifier is valid UTF-8 string, it can be specified
161161
* in the qualifier_string field. Otherwise, a base-64 encoded value must be set to
162162
* qualifier_encoded. The column field name is the same as the column qualifier. However, if the
163163
* qualifier is not a valid BigQuery field identifier i.e. does not match a-zA-Z*, a valid
@@ -171,7 +171,7 @@ public java.lang.String getQualifierEncoded() {
171171

172172
/**
173173
* [Required] Qualifier of the column. Columns in the parent column family that has this exact
174-
* qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified
174+
* qualifier are exposed as `.` field. If the qualifier is valid UTF-8 string, it can be specified
175175
* in the qualifier_string field. Otherwise, a base-64 encoded value must be set to
176176
* qualifier_encoded. The column field name is the same as the column qualifier. However, if the
177177
* qualifier is not a valid BigQuery field identifier i.e. does not match a-zA-Z*, a valid
@@ -187,7 +187,7 @@ public byte[] decodeQualifierEncoded() {
187187

188188
/**
189189
* [Required] Qualifier of the column. Columns in the parent column family that has this exact
190-
* qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified
190+
* qualifier are exposed as `.` field. If the qualifier is valid UTF-8 string, it can be specified
191191
* in the qualifier_string field. Otherwise, a base-64 encoded value must be set to
192192
* qualifier_encoded. The column field name is the same as the column qualifier. However, if the
193193
* qualifier is not a valid BigQuery field identifier i.e. does not match a-zA-Z*, a valid
@@ -202,7 +202,7 @@ public BigtableColumn setQualifierEncoded(java.lang.String qualifierEncoded) {
202202

203203
/**
204204
* [Required] Qualifier of the column. Columns in the parent column family that has this exact
205-
* qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified
205+
* qualifier are exposed as `.` field. If the qualifier is valid UTF-8 string, it can be specified
206206
* in the qualifier_string field. Otherwise, a base-64 encoded value must be set to
207207
* qualifier_encoded. The column field name is the same as the column qualifier. However, if the
208208
* qualifier is not a valid BigQuery field identifier i.e. does not match a-zA-Z*, a valid

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/BigtableColumnFamily.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class BigtableColumnFamily extends com.google.api.client.json.Gener
3232
/**
3333
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
3434
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
35-
* accessed as .. Other columns can be accessed as a list through .Column field.
35+
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -84,7 +84,7 @@ public final class BigtableColumnFamily extends com.google.api.client.json.Gener
8484
/**
8585
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
8686
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
87-
* accessed as .. Other columns can be accessed as a list through .Column field.
87+
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
8888
* @return value or {@code null} for none
8989
*/
9090
public java.util.List<BigtableColumn> getColumns() {
@@ -94,7 +94,7 @@ public java.util.List<BigtableColumn> getColumns() {
9494
/**
9595
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
9696
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
97-
* accessed as .. Other columns can be accessed as a list through .Column field.
97+
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
9898
* @param columns columns or {@code null} for none
9999
*/
100100
public BigtableColumnFamily setColumns(java.util.List<BigtableColumn> columns) {

0 commit comments

Comments
 (0)