Skip to content

Commit

Permalink
chore(ruby): [redis-cluster] Configure clients for google-cloud-redis…
Browse files Browse the repository at this point in the history
…-cluster (#10049)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 580715682

Source-Link: https://togithub.com/googleapis/googleapis/commit/b6f1e15dfd15bb4fca2a7e7a1238a0ace0d7bb73

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4f0930ea360cf5d5ed4111bd29fe400eadb21ea6
Copy-Tag: eyJwIjoiamF2YS1yZWRpcy1jbHVzdGVyLy5Pd2xCb3QueWFtbCIsImgiOiI0ZjA5MzBlYTM2MGNmNWQ1ZWQ0MTExYmQyOWZlNDAwZWFkYjIxZWE2In0=
  • Loading branch information
gcf-owl-bot[bot] committed Nov 16, 2023
1 parent e8c974b commit edca339
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions java-redis-cluster/README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.25.0</version>
<version>26.27.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-redis-cluster/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-redis-cluster.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-redis-cluster/0.0.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-redis-cluster/0.2.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -195,10 +195,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "ster_id\202\323\344\223\0027\",/v1/{parent=projects/*/lo"
+ "cations/*}/clusters:\007cluster\032H\312A\024redis.g"
+ "oogleapis.com\322A.https://www.googleapis.c"
+ "om/auth/cloud-platformBz\n!com.google.clo"
+ "ud.redis.cluster.v1B\026CloudRedisClusterPr"
+ "otoP\001Z;cloud.google.com/go/redis/cluster"
+ "/apiv1/clusterpb;clusterpbb\006proto3"
+ "om/auth/cloud-platformB\236\001\n!com.google.cl"
+ "oud.redis.cluster.v1B\026CloudRedisClusterP"
+ "rotoP\001Z;cloud.google.com/go/redis/cluste"
+ "r/apiv1/clusterpb;clusterpb\352\002!Google::Cl"
+ "oud::Redis::Cluster::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -30,6 +30,7 @@ option go_package = "cloud.google.com/go/redis/cluster/apiv1/clusterpb;clusterpb
option java_multiple_files = true;
option java_outer_classname = "CloudRedisClusterProto";
option java_package = "com.google.cloud.redis.cluster.v1";
option ruby_package = "Google::Cloud::Redis::Cluster::V1";

// Configures and manages Cloud Memorystore for Redis clusters
//
Expand Down

0 comments on commit edca339

Please sign in to comment.