Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit cfb8e38

Browse files
feat!: update BigQuery Analytics Hub API v1beta1 client (#51)
- [ ] Regenerate this pull request now. BREAKING CHANGE: refresh current dataexchange/v1beta1/* directory to include recent change in protos. Removed common directory and use local enum Category fix!: refactor references to Category message docs: improve proto documentation. PiperOrigin-RevId: 471349319 Source-Link: googleapis/googleapis@8495024 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2d8c38b90a5a198d71eb1a8eb43e0ce56127ac0d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmQ4YzM4YjkwYTVhMTk4ZDcxZWIxYThlYjQzZTBjZTU2MTI3YWMwZCJ9
1 parent 1b33800 commit cfb8e38

File tree

54 files changed

+2869
-1989
lines changed

Some content is hidden

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

54 files changed

+2869
-1989
lines changed

google-cloud-bigquery-data-exchange/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
<groupId>com.google.api.grpc</groupId>
4646
<artifactId>proto-google-iam-v1</artifactId>
4747
</dependency>
48-
48+
<dependency>
49+
<groupId>com.google.api.grpc</groupId>
50+
<artifactId>grpc-google-common-protos</artifactId>
51+
</dependency>
4952
<dependency>
5053
<groupId>com.google.api.grpc</groupId>
5154
<artifactId>proto-google-cloud-bigquery-data-exchange-v1beta1</artifactId>

0 commit comments

Comments
 (0)