Skip to content

Commit

Permalink
feat: re-generate gapic client to include full GCS gRPC API (#1189)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 420096397

Source-Link: googleapis/googleapis@16b4302

Source-Link: googleapis/googleapis-gen@a8670e9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTg2NzBlOTg2M2JjYjY2YmJhZTc3MGMyMDQ4ZDJiYWZmMjJmNTVlNSJ9

* build: add new necessary deps for generated modules

##### proto-google-cloud-storage-v2
* com.google.api:api-common
* com.google.guava:guava

##### grpc-google-cloud-storage-v2
* com.google.api.grpc:proto-google-iam-v1

##### gapic-google-cloud-storage-v2
* com.google.api.grpc:proto-google-iam-v1

* chore: update clirr ignore rules to allow removal of zone affinity

Remove previously accidentally added zone affinity info that is not used by clients

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 24, 2022
1 parent 8d441b2 commit 3099a22
Show file tree
Hide file tree
Showing 85 changed files with 69,639 additions and 1,439 deletions.
4 changes: 4 additions & 0 deletions gapic-google-cloud-storage-v2/pom.xml
Expand Up @@ -53,6 +53,10 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>

<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 3099a22

Please sign in to comment.