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

Commit

Permalink
feat: add v1 client (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jan 21, 2021
1 parent 2eba919 commit 66094bb
Show file tree
Hide file tree
Showing 46 changed files with 28,153 additions and 5 deletions.
10 changes: 10 additions & 0 deletions google-cloud-memcache-bom/pom.xml
Expand Up @@ -74,6 +74,16 @@
<artifactId>grpc-google-cloud-memcache-v1beta2</artifactId>
<version>0.2.12-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-memcache-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-memcache-v1</artifactId>
<version>0.2.12-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-memcache-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-memcache-v1</artifactId>
<version>0.2.12-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-memcache-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-memcache</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-memcache/pom.xml
Expand Up @@ -45,6 +45,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-memcache-v1beta2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-memcache-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -73,6 +77,11 @@
<artifactId>grpc-google-cloud-memcache-v1beta2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-memcache-v1</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 66094bb

Please sign in to comment.