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

Commit

Permalink
feat!: update BigQuery Analytics Hub API v1beta1 client (#51)
Browse files Browse the repository at this point in the history
- [ ] 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: googleapis/googleapis-gen@2d8c38b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmQ4YzM4YjkwYTVhMTk4ZDcxZWIxYThlYjQzZTBjZTU2MTI3YWMwZCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Sep 6, 2022
1 parent 1b33800 commit cfb8e38
Show file tree
Hide file tree
Showing 54 changed files with 2,869 additions and 1,989 deletions.
5 changes: 4 additions & 1 deletion google-cloud-bigquery-data-exchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bigquery-data-exchange-v1beta1</artifactId>
Expand Down

0 comments on commit cfb8e38

Please sign in to comment.