Skip to content

Commit 32f9a90

Browse files
1 parent 7e155e4 commit 32f9a90

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

clients/google-api-services-biglake/v1/2.0.0/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BigLake API Client Library for Java
22

3-
The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.
3+
The Lakehouse API (formerly BigLake API) provides access to a serverless, fully managed, and highly available metastore that provides a single source of truth for your data lakehouse. It lets multiple engines—including Apache Spark, Google Managed Spark, Apache Flink, Trino and BigQuery—share tables and metadata for key open formats (Apache Iceberg, Apache Hive), and query the same copy of data. Plus, through the Lakehouse runtime catalog federation seamlessly unite your lakehouse ecosystem, letting Iceberg compatible engines on Google Cloud (BigQuery, Google Managed Spark) discover and analyze enterprise data across Snowflake, Databricks, and AWS Glue.
44

55
This page contains information about getting started with the BigLake API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-biglake</artifactId>
25-
<version>v1-rev20260209-2.0.0</version>
25+
<version>v1-rev20260618-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-biglake:v1-rev20260209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-biglake:v1-rev20260618-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-biglake/v1/2.0.0/com/google/api/services/biglake/v1/BigLakeService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
* Service definition for BigLakeService (v1).
2121
*
2222
* <p>
23-
* The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.
23+
* The Lakehouse API (formerly BigLake API) provides access to a serverless, fully managed, and highly available metastore that provides a single source of truth for your data lakehouse. It lets multiple engines—including Apache Spark, Google Managed Spark, Apache Flink, Trino and BigQuery—share tables and metadata for key open formats (Apache Iceberg, Apache Hive), and query the same copy of data. Plus, through the Lakehouse runtime catalog federation seamlessly unite your lakehouse ecosystem, letting Iceberg compatible engines on Google Cloud (BigQuery, Google Managed Spark) discover and analyze enterprise data across Snowflake, Databricks, and AWS Glue.
2424
* </p>
2525
*
2626
* <p>
2727
* For more information about this service, see the
28-
* <a href="https://cloud.google.com/bigquery/" target="_blank">API Documentation</a>
28+
* <a href="https://cloud.google.com/products/lakehouse" target="_blank">API Documentation</a>
2929
* </p>
3030
*
3131
* <p>

clients/google-api-services-biglake/v1/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-biglake</artifactId>
11-
<version>v1-rev20260209-2.0.0</version>
12-
<name>BigLake API v1-rev20260209-2.0.0</name>
11+
<version>v1-rev20260618-2.0.0</version>
12+
<name>BigLake API v1-rev20260618-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-biglake/v1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BigLake API Client Library for Java
22

3-
The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.
3+
The Lakehouse API (formerly BigLake API) provides access to a serverless, fully managed, and highly available metastore that provides a single source of truth for your data lakehouse. It lets multiple engines—including Apache Spark, Google Managed Spark, Apache Flink, Trino and BigQuery—share tables and metadata for key open formats (Apache Iceberg, Apache Hive), and query the same copy of data. Plus, through the Lakehouse runtime catalog federation seamlessly unite your lakehouse ecosystem, letting Iceberg compatible engines on Google Cloud (BigQuery, Google Managed Spark) discover and analyze enterprise data across Snowflake, Databricks, and AWS Glue.
44

55
This page contains information about getting started with the BigLake API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-biglake</artifactId>
25-
<version>v1-rev20260209-2.0.0</version>
25+
<version>v1-rev20260618-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-biglake:v1-rev20260209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-biglake:v1-rev20260618-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)