Skip to content

Commit 3905a14

Browse files
1 parent 21cf7cb commit 3905a14

File tree

6 files changed

+24
-24
lines changed

6 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class Argument extends com.google.api.client.json.GenericJson {
3737
private java.lang.String argumentKind;
3838

3939
/**
40-
* Required unless argument_kind = ANY_TYPE.
40+
* Set if argument_kind == FIXED_TYPE.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -85,15 +85,15 @@ public Argument setArgumentKind(java.lang.String argumentKind) {
8585
}
8686

8787
/**
88-
* Required unless argument_kind = ANY_TYPE.
88+
* Set if argument_kind == FIXED_TYPE.
8989
* @return value or {@code null} for none
9090
*/
9191
public StandardSqlDataType getDataType() {
9292
return dataType;
9393
}
9494

9595
/**
96-
* Required unless argument_kind = ANY_TYPE.
96+
* Set if argument_kind == FIXED_TYPE.
9797
* @param dataType dataType or {@code null} for none
9898
*/
9999
public Argument setDataType(StandardSqlDataType dataType) {

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class BigLakeConfiguration extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. The connection specifying the credentials to be used to read and write to external
33+
* Optional. The connection specifying the credentials to be used to read and write to external
3434
* storage, such as Cloud Storage. The connection_id can have the form
3535
* `{project}.{location}.{connection_id}` or
3636
* `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -40,14 +40,14 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
4040
private java.lang.String connectionId;
4141

4242
/**
43-
* Required. The file format the table data is stored in.
43+
* Optional. The file format the table data is stored in.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private java.lang.String fileFormat;
4848

4949
/**
50-
* Required. The fully qualified location prefix of the external folder where table data is
50+
* Optional. The fully qualified location prefix of the external folder where table data is
5151
* stored. The '*' wildcard character is not allowed. The URI should be in the format
5252
* `gs://bucket/path_to_table/`
5353
* The value may be {@code null}.
@@ -56,14 +56,14 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
5656
private java.lang.String storageUri;
5757

5858
/**
59-
* Required. The table format the metadata only snapshots are stored in.
59+
* Optional. The table format the metadata only snapshots are stored in.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
6363
private java.lang.String tableFormat;
6464

6565
/**
66-
* Required. The connection specifying the credentials to be used to read and write to external
66+
* Optional. The connection specifying the credentials to be used to read and write to external
6767
* storage, such as Cloud Storage. The connection_id can have the form
6868
* `{project}.{location}.{connection_id}` or
6969
* `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -74,7 +74,7 @@ public java.lang.String getConnectionId() {
7474
}
7575

7676
/**
77-
* Required. The connection specifying the credentials to be used to read and write to external
77+
* Optional. The connection specifying the credentials to be used to read and write to external
7878
* storage, such as Cloud Storage. The connection_id can have the form
7979
* `{project}.{location}.{connection_id}` or
8080
* `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -86,15 +86,15 @@ public BigLakeConfiguration setConnectionId(java.lang.String connectionId) {
8686
}
8787

8888
/**
89-
* Required. The file format the table data is stored in.
89+
* Optional. The file format the table data is stored in.
9090
* @return value or {@code null} for none
9191
*/
9292
public java.lang.String getFileFormat() {
9393
return fileFormat;
9494
}
9595

9696
/**
97-
* Required. The file format the table data is stored in.
97+
* Optional. The file format the table data is stored in.
9898
* @param fileFormat fileFormat or {@code null} for none
9999
*/
100100
public BigLakeConfiguration setFileFormat(java.lang.String fileFormat) {
@@ -103,7 +103,7 @@ public BigLakeConfiguration setFileFormat(java.lang.String fileFormat) {
103103
}
104104

105105
/**
106-
* Required. The fully qualified location prefix of the external folder where table data is
106+
* Optional. The fully qualified location prefix of the external folder where table data is
107107
* stored. The '*' wildcard character is not allowed. The URI should be in the format
108108
* `gs://bucket/path_to_table/`
109109
* @return value or {@code null} for none
@@ -113,7 +113,7 @@ public java.lang.String getStorageUri() {
113113
}
114114

115115
/**
116-
* Required. The fully qualified location prefix of the external folder where table data is
116+
* Optional. The fully qualified location prefix of the external folder where table data is
117117
* stored. The '*' wildcard character is not allowed. The URI should be in the format
118118
* `gs://bucket/path_to_table/`
119119
* @param storageUri storageUri or {@code null} for none
@@ -124,15 +124,15 @@ public BigLakeConfiguration setStorageUri(java.lang.String storageUri) {
124124
}
125125

126126
/**
127-
* Required. The table format the metadata only snapshots are stored in.
127+
* Optional. The table format the metadata only snapshots are stored in.
128128
* @return value or {@code null} for none
129129
*/
130130
public java.lang.String getTableFormat() {
131131
return tableFormat;
132132
}
133133

134134
/**
135-
* Required. The table format the metadata only snapshots are stored in.
135+
* Optional. The table format the metadata only snapshots are stored in.
136136
* @param tableFormat tableFormat or {@code null} for none
137137
*/
138138
public BigLakeConfiguration setTableFormat(java.lang.String tableFormat) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public final class TrainingOptions extends com.google.api.client.json.GenericJso
154154
/**
155155
* The contribution metric. Applies to contribution analysis models. Allowed formats supported are
156156
* for summable and summable ratio contribution metrics. These include expressions such as
157-
* "SUM(x)" or "SUM(x)/SUM(y)", where x and y are column names from the base table.
157+
* `SUM(x)` or `SUM(x)/SUM(y)`, where x and y are column names from the base table.
158158
* The value may be {@code null}.
159159
*/
160160
@com.google.api.client.util.Key
@@ -997,7 +997,7 @@ public TrainingOptions setColsampleBytree(java.lang.Double colsampleBytree) {
997997
/**
998998
* The contribution metric. Applies to contribution analysis models. Allowed formats supported are
999999
* for summable and summable ratio contribution metrics. These include expressions such as
1000-
* "SUM(x)" or "SUM(x)/SUM(y)", where x and y are column names from the base table.
1000+
* `SUM(x)` or `SUM(x)/SUM(y)`, where x and y are column names from the base table.
10011001
* @return value or {@code null} for none
10021002
*/
10031003
public java.lang.String getContributionMetric() {
@@ -1007,7 +1007,7 @@ public java.lang.String getContributionMetric() {
10071007
/**
10081008
* The contribution metric. Applies to contribution analysis models. Allowed formats supported are
10091009
* for summable and summable ratio contribution metrics. These include expressions such as
1010-
* "SUM(x)" or "SUM(x)/SUM(y)", where x and y are column names from the base table.
1010+
* `SUM(x)` or `SUM(x)/SUM(y)`, where x and y are column names from the base table.
10111011
* @param contributionMetric contributionMetric or {@code null} for none
10121012
*/
10131013
public TrainingOptions setContributionMetric(java.lang.String contributionMetric) {

clients/google-api-services-bigquery/v2/2.0.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-rev20241013-2.0.0</version>
12-
<name>BigQuery API v2-rev20241013-2.0.0</name>
11+
<version>v2-rev20241027-2.0.0</version>
12+
<name>BigQuery API v2-rev20241027-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)