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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#484)
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 379784268

Source-Link: googleapis/googleapis@551681f

Source-Link: googleapis/googleapis-gen@478f365

feat: add v1beta1 client
  • Loading branch information
gcf-owl-bot[bot] committed Jun 24, 2021
1 parent e9f0ba5 commit 06f09bb
Show file tree
Hide file tree
Showing 246 changed files with 213,519 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google-cloud-container-bom/pom.xml
Expand Up @@ -70,11 +70,21 @@
<artifactId>grpc-google-cloud-container-v1</artifactId>
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-container-v1beta1</artifactId>
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-container-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-container-v1</artifactId>
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-container-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-container-v1beta1</artifactId>
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-container-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-container/pom.xml
Expand Up @@ -41,6 +41,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-container-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-container-v1</artifactId>
Expand Down Expand Up @@ -79,6 +83,11 @@
<artifactId>grpc-google-cloud-container-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-container-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 06f09bb

Please sign in to comment.