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

feat: generate v1 client #54

Merged
merged 1 commit into from Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions google-cloud-secretmanager-bom/pom.xml
Expand Up @@ -60,11 +60,21 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-secretmanager-v1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-secretmanager-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-secretmanager-v1beta1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-secretmanager-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-secretmanager-v1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-secretmanager-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-secretmanager-v1beta1</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-secretmanager/pom.xml
Expand Up @@ -45,6 +45,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-secretmanager-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-secretmanager-v1beta1</artifactId>
Expand Down Expand Up @@ -77,6 +81,11 @@
<artifactId>google-cloud-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-secretmanager-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-secretmanager-v1beta1</artifactId>
Expand Down