Skip to content

Commit da12065

Browse files
chore: regenerate biglake client
1 parent 6640021 commit da12065

24 files changed

Lines changed: 37 additions & 37 deletions

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

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

33
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

5-
This page contains information about getting started with the BigLake API
5+
This page contains information about getting started with the Lakehouse API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the BigLake API][javadoc]
9+
* Browse the [Javadoc reference for the Lakehouse API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the BigLake API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Lakehouse API][api-explorer]
1212

1313
## Installation
1414

@@ -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-rev20260618-2.0.0</version>
25+
<version>v1-rev20260625-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-rev20260618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-biglake:v1-rev20260625-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class BigLakeService extends com.google.api.client.googleapis.services.js
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the BigLake API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the Lakehouse API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

clients/google-api-services-biglake/v1/2.0.0/com/google/api/services/biglake/v1/BigLakeServiceScopes.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.biglake.v1;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the BigLake API.
20+
* Available OAuth 2.0 scopes for use with the Lakehouse API.
2121
*
2222
* @since 1.4
2323
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.
3232
*
3333
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
34-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
34+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
3535
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
3636
* </p>
3737
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* jose@example.com from DATA_READ logging.
2424
*
2525
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
26-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
26+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
2727
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2828
* </p>
2929
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Associates `members`, or principals, with a `role`.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Catalog is the container of databases.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Database is the container of tables.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* documentation for additional information.
3333
*
3434
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
35-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
35+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
3636
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
3737
* </p>
3838
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Options of a Hive database.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the BigLake API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Lakehouse API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

0 commit comments

Comments
 (0)