Skip to content

Commit af5fdfc

Browse files
feat: [biglake] add BigQuery BigLake v1 API (#9318)
* feat: add BigQuery BigLake v1 API PiperOrigin-RevId: 523411159 Source-Link: googleapis/googleapis@4c36d3f Source-Link: https://github.com/googleapis/googleapis-gen/commit/b37ce699f0169fc11033ce272bb7966ce7be31a0 Copy-Tag: eyJwIjoiamF2YS1iaWdsYWtlLy5Pd2xCb3QueWFtbCIsImgiOiJiMzdjZTY5OWYwMTY5ZmMxMTAzM2NlMjcyYmI3OTY2Y2U3YmUzMWEwIn0= feat: add RenameTable, etag, and ListTables view to BigQuery BigLake v1alpha1 API PiperOrigin-RevId: 522120936 Source-Link: googleapis/googleapis@54b4623 Source-Link: https://github.com/googleapis/googleapis-gen/commit/3ccd753abea557d0f6e6131c135b1cdc745b2ab0 Copy-Tag: eyJwIjoiamF2YS1iaWdsYWtlLy5Pd2xCb3QueWFtbCIsImgiOiIzY2NkNzUzYWJlYTU1N2QwZjZlNjEzMWMxMzViMWNkYzc0NWIyYWIwIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove diff lines --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Joe Wang <[email protected]>
1 parent cb475f3 commit af5fdfc

File tree

175 files changed

+50996
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+50996
-237
lines changed

java-biglake/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.11.0</version>
26+
<version>26.12.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

java-biglake/google-cloud-biglake-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,21 @@
3434
<artifactId>grpc-google-cloud-biglake-v1alpha1</artifactId>
3535
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-biglake-v1alpha1:current} -->
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.api.grpc</groupId>
39+
<artifactId>grpc-google-cloud-biglake-v1</artifactId>
40+
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-biglake-v1:current} -->
41+
</dependency>
3742
<dependency>
3843
<groupId>com.google.api.grpc</groupId>
3944
<artifactId>proto-google-cloud-biglake-v1alpha1</artifactId>
4045
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-biglake-v1alpha1:current} -->
4146
</dependency>
47+
<dependency>
48+
<groupId>com.google.api.grpc</groupId>
49+
<artifactId>proto-google-cloud-biglake-v1</artifactId>
50+
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-biglake-v1:current} -->
51+
</dependency>
4252
</dependencies>
4353
</dependencyManagement>
4454
</project>

java-biglake/google-cloud-biglake/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<artifactId>proto-google-common-protos</artifactId>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>proto-google-cloud-biglake-v1</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.api.grpc</groupId>
4650
<artifactId>proto-google-cloud-biglake-v1alpha1</artifactId>
@@ -65,6 +69,11 @@
6569
<groupId>com.google.api.grpc</groupId>
6670
<artifactId>grpc-google-common-protos</artifactId>
6771
</dependency>
72+
<dependency>
73+
<groupId>com.google.api.grpc</groupId>
74+
<artifactId>grpc-google-cloud-biglake-v1</artifactId>
75+
<scope>test</scope>
76+
</dependency>
6877
<dependency>
6978
<groupId>com.google.api.grpc</groupId>
7079
<artifactId>proto-google-iam-v1</artifactId>

java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1/MetastoreServiceClient.java

Lines changed: 2423 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)