Skip to content

Commit 347454a

Browse files
1 parent 1176811 commit 347454a

File tree

5 files changed

+10
-10
lines changed

5 files changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.bigquery.model;
1818

1919
/**
20-
* Configuration for BigLake managed tables.
20+
* Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed tables.)
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:

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

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

3232
/**
33-
* Optional. Specifies the configuration of a BigLake managed table.
33+
* Optional. Specifies the configuration of a BigQuery table for Apache Iceberg.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -443,15 +443,15 @@ public final class Table extends com.google.api.client.json.GenericJson {
443443
private ViewDefinition view;
444444

445445
/**
446-
* Optional. Specifies the configuration of a BigLake managed table.
446+
* Optional. Specifies the configuration of a BigQuery table for Apache Iceberg.
447447
* @return value or {@code null} for none
448448
*/
449449
public BigLakeConfiguration getBiglakeConfiguration() {
450450
return biglakeConfiguration;
451451
}
452452

453453
/**
454-
* Optional. Specifies the configuration of a BigLake managed table.
454+
* Optional. Specifies the configuration of a BigQuery table for Apache Iceberg.
455455
* @param biglakeConfiguration biglakeConfiguration or {@code null} for none
456456
*/
457457
public Table setBiglakeConfiguration(BigLakeConfiguration biglakeConfiguration) {

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-rev20250313-2.0.0</version>
12-
<name>BigQuery API v2-rev20250313-2.0.0</name>
11+
<version>v2-rev20250404-2.0.0</version>
12+
<name>BigQuery API v2-rev20250404-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-rev20250313-2.0.0</version>
25+
<version>v2-rev20250404-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-rev20250313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20250404-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)