Skip to content

Commit fed906c

Browse files
1 parent 6c5d2d9 commit fed906c

File tree

10 files changed

+83
-83
lines changed

10 files changed

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

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,30 +1778,30 @@ public Cancel setJobId(java.lang.String jobId) {
17781778
}
17791779

17801780
/**
1781-
* The geographic location of the job. You must specify the location to run the job for the
1782-
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
1783-
* regional location * If the job's location is in a single region (for example, `us-
1784-
* central1`) For more information, see
1785-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
1781+
* The geographic location of the job. You must [specify the
1782+
* location](https://cloud.google.com/bigquery/docs/locations#specify_locations) to run the
1783+
* job for the following scenarios: * If the location to run a job is not in the `us` or the
1784+
* `eu` multi-regional location * If the job's location is in a single region (for example,
1785+
* `us-central1`)
17861786
*/
17871787
@com.google.api.client.util.Key
17881788
private java.lang.String location;
17891789

1790-
/** The geographic location of the job. You must specify the location to run the job for the following
1791-
scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location *
1792-
If the job's location is in a single region (for example, `us-central1`) For more information, see
1793-
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
1790+
/** The geographic location of the job. You must [specify the
1791+
location](https://cloud.google.com/bigquery/docs/locations#specify_locations) to run the job for
1792+
the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
1793+
regional location * If the job's location is in a single region (for example, `us-central1`)
17941794
*/
17951795
public java.lang.String getLocation() {
17961796
return location;
17971797
}
17981798

17991799
/**
1800-
* The geographic location of the job. You must specify the location to run the job for the
1801-
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
1802-
* regional location * If the job's location is in a single region (for example, `us-
1803-
* central1`) For more information, see
1804-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
1800+
* The geographic location of the job. You must [specify the
1801+
* location](https://cloud.google.com/bigquery/docs/locations#specify_locations) to run the
1802+
* job for the following scenarios: * If the location to run a job is not in the `us` or the
1803+
* `eu` multi-regional location * If the job's location is in a single region (for example,
1804+
* `us-central1`)
18051805
*/
18061806
public Cancel setLocation(java.lang.String location) {
18071807
this.location = location;
@@ -1986,22 +1986,22 @@ public Delete setJobId(java.lang.String jobId) {
19861986
}
19871987

19881988
/**
1989-
* The geographic location of the job. Required. See details at:
1990-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
1989+
* The geographic location of the job. Required. For more information, see how to [specify
1990+
* locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
19911991
*/
19921992
@com.google.api.client.util.Key
19931993
private java.lang.String location;
19941994

1995-
/** The geographic location of the job. Required. See details at:
1996-
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
1995+
/** The geographic location of the job. Required. For more information, see how to [specify
1996+
locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
19971997
*/
19981998
public java.lang.String getLocation() {
19991999
return location;
20002000
}
20012001

20022002
/**
2003-
* The geographic location of the job. Required. See details at:
2004-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2003+
* The geographic location of the job. Required. For more information, see how to [specify
2004+
* locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
20052005
*/
20062006
public Delete setLocation(java.lang.String location) {
20072007
this.location = location;
@@ -2186,16 +2186,16 @@ public Get setJobId(java.lang.String jobId) {
21862186
* The geographic location of the job. You must specify the location to run the job for the
21872187
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
21882188
* regional location * If the job's location is in a single region (for example, `us-
2189-
* central1`) For more information, see
2190-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2189+
* central1`) For more information, see how to [specify
2190+
* locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
21912191
*/
21922192
@com.google.api.client.util.Key
21932193
private java.lang.String location;
21942194

21952195
/** The geographic location of the job. You must specify the location to run the job for the following
21962196
scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location *
21972197
If the job's location is in a single region (for example, `us-central1`) For more information, see
2198-
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2198+
how to [specify locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
21992199
*/
22002200
public java.lang.String getLocation() {
22012201
return location;
@@ -2205,8 +2205,8 @@ public java.lang.String getLocation() {
22052205
* The geographic location of the job. You must specify the location to run the job for the
22062206
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
22072207
* regional location * If the job's location is in a single region (for example, `us-
2208-
* central1`) For more information, see
2209-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2208+
* central1`) For more information, see how to [specify
2209+
* locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
22102210
*/
22112211
public Get setLocation(java.lang.String location) {
22122212
this.location = location;
@@ -2404,16 +2404,16 @@ public GetQueryResults setFormatOptionsUseInt64Timestamp(java.lang.Boolean forma
24042404
* The geographic location of the job. You must specify the location to run the job for the
24052405
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
24062406
* regional location * If the job's location is in a single region (for example, `us-
2407-
* central1`) For more information, see
2408-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2407+
* central1`) For more information, see how to [specify
2408+
* locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
24092409
*/
24102410
@com.google.api.client.util.Key
24112411
private java.lang.String location;
24122412

24132413
/** The geographic location of the job. You must specify the location to run the job for the following
24142414
scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location *
24152415
If the job's location is in a single region (for example, `us-central1`) For more information, see
2416-
https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2416+
how to [specify locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
24172417
*/
24182418
public java.lang.String getLocation() {
24192419
return location;
@@ -2423,8 +2423,8 @@ public java.lang.String getLocation() {
24232423
* The geographic location of the job. You must specify the location to run the job for the
24242424
* following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-
24252425
* regional location * If the job's location is in a single region (for example, `us-
2426-
* central1`) For more information, see
2427-
* https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
2426+
* central1`) For more information, see how to [specify
2427+
* locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
24282428
*/
24292429
public GetQueryResults setLocation(java.lang.String location) {
24302430
this.location = location;

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public final class Clustering extends com.google.api.client.json.GenericJson {
3232
/**
3333
* One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type
3434
* fields are supported. The ordering of the clustering fields should be prioritized from most to
35-
* least important for filtering purposes. Additional information on limitations can be found
36-
* here: https://cloud.google.com/bigquery/docs/creating-clustered-tables#limitations
35+
* least important for filtering purposes. For additional information, see [Introduction to
36+
* clustered tables](https://cloud.google.com/bigquery/docs/clustered-tables#limitations).
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -42,8 +42,8 @@ public final class Clustering extends com.google.api.client.json.GenericJson {
4242
/**
4343
* One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type
4444
* fields are supported. The ordering of the clustering fields should be prioritized from most to
45-
* least important for filtering purposes. Additional information on limitations can be found
46-
* here: https://cloud.google.com/bigquery/docs/creating-clustered-tables#limitations
45+
* least important for filtering purposes. For additional information, see [Introduction to
46+
* clustered tables](https://cloud.google.com/bigquery/docs/clustered-tables#limitations).
4747
* @return value or {@code null} for none
4848
*/
4949
public java.util.List<java.lang.String> getFields() {
@@ -53,8 +53,8 @@ public java.util.List<java.lang.String> getFields() {
5353
/**
5454
* One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type
5555
* fields are supported. The ordering of the clustering fields should be prioritized from most to
56-
* least important for filtering purposes. Additional information on limitations can be found
57-
* here: https://cloud.google.com/bigquery/docs/creating-clustered-tables#limitations
56+
* least important for filtering purposes. For additional information, see [Introduction to
57+
* clustered tables](https://cloud.google.com/bigquery/docs/clustered-tables#limitations).
5858
* @param fields fields or {@code null} for none
5959
*/
6060
public Clustering setFields(java.util.List<java.lang.String> fields) {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Options defining open source compatible datasets living in the BigQuery catalog. Contains
21-
* metadata of open source database, schema or namespace represented by the current dataset.
21+
* metadata of open source database, schema, or namespace represented by the current dataset.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
@@ -40,7 +40,7 @@ public final class ExternalCatalogDatasetOptions extends com.google.api.client.j
4040

4141
/**
4242
* Optional. A map of key value pairs defining the parameters and properties of the open source
43-
* schema. Maximum size of 2Mib.
43+
* schema. Maximum size of 2MiB.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -67,7 +67,7 @@ public ExternalCatalogDatasetOptions setDefaultStorageLocationUri(java.lang.Stri
6767

6868
/**
6969
* Optional. A map of key value pairs defining the parameters and properties of the open source
70-
* schema. Maximum size of 2Mib.
70+
* schema. Maximum size of 2MiB.
7171
* @return value or {@code null} for none
7272
*/
7373
public java.util.Map<String, java.lang.String> getParameters() {
@@ -76,7 +76,7 @@ public java.util.Map<String, java.lang.String> getParameters() {
7676

7777
/**
7878
* Optional. A map of key value pairs defining the parameters and properties of the open source
79-
* schema. Maximum size of 2Mib.
79+
* schema. Maximum size of 2MiB.
8080
* @param parameters parameters or {@code null} for none
8181
*/
8282
public ExternalCatalogDatasetOptions setParameters(java.util.Map<String, java.lang.String> parameters) {

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Metadata about open source compatible table. The fields contained in these options correspond to
21-
* hive metastore's table level properties.
21+
* Hive metastore's table-level properties.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
@@ -31,18 +31,18 @@
3131
public final class ExternalCatalogTableOptions extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. The connection specifying the credentials to be used to read external storage, such
35-
* as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table
36-
* from BigQuery Engine. The connection_id can have the form `..` or
34+
* Optional. A connection ID that specifies the credentials to be used to read external storage,
35+
* such as Azure Blob, Cloud Storage, or Amazon S3. This connection is needed to read the open
36+
* source table from BigQuery. The connection_id format must be either `..` or
3737
* `projects//locations//connections/`.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
4141
private java.lang.String connectionId;
4242

4343
/**
44-
* Optional. A map of key value pairs defining the parameters and properties of the open source
45-
* table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
44+
* Optional. A map of the key-value pairs defining the parameters and properties of the open
45+
* source table. Corresponds with Hive metastore table parameters. Maximum size of 4MiB.
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -56,9 +56,9 @@ public final class ExternalCatalogTableOptions extends com.google.api.client.jso
5656
private StorageDescriptor storageDescriptor;
5757

5858
/**
59-
* Optional. The connection specifying the credentials to be used to read external storage, such
60-
* as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table
61-
* from BigQuery Engine. The connection_id can have the form `..` or
59+
* Optional. A connection ID that specifies the credentials to be used to read external storage,
60+
* such as Azure Blob, Cloud Storage, or Amazon S3. This connection is needed to read the open
61+
* source table from BigQuery. The connection_id format must be either `..` or
6262
* `projects//locations//connections/`.
6363
* @return value or {@code null} for none
6464
*/
@@ -67,9 +67,9 @@ public java.lang.String getConnectionId() {
6767
}
6868

6969
/**
70-
* Optional. The connection specifying the credentials to be used to read external storage, such
71-
* as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table
72-
* from BigQuery Engine. The connection_id can have the form `..` or
70+
* Optional. A connection ID that specifies the credentials to be used to read external storage,
71+
* such as Azure Blob, Cloud Storage, or Amazon S3. This connection is needed to read the open
72+
* source table from BigQuery. The connection_id format must be either `..` or
7373
* `projects//locations//connections/`.
7474
* @param connectionId connectionId or {@code null} for none
7575
*/
@@ -79,17 +79,17 @@ public ExternalCatalogTableOptions setConnectionId(java.lang.String connectionId
7979
}
8080

8181
/**
82-
* Optional. A map of key value pairs defining the parameters and properties of the open source
83-
* table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
82+
* Optional. A map of the key-value pairs defining the parameters and properties of the open
83+
* source table. Corresponds with Hive metastore table parameters. Maximum size of 4MiB.
8484
* @return value or {@code null} for none
8585
*/
8686
public java.util.Map<String, java.lang.String> getParameters() {
8787
return parameters;
8888
}
8989

9090
/**
91-
* Optional. A map of key value pairs defining the parameters and properties of the open source
92-
* table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
91+
* Optional. A map of the key-value pairs defining the parameters and properties of the open
92+
* source table. Corresponds with Hive metastore table parameters. Maximum size of 4MiB.
9393
* @param parameters parameters or {@code null} for none
9494
*/
9595
public ExternalCatalogTableOptions setParameters(java.util.Map<String, java.lang.String> parameters) {

0 commit comments

Comments
 (0)