Skip to content

Commit 3494f02

Browse files
1 parent 5225a6d commit 3494f02

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

clients/google-api-services-redis/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-redis</artifactId>
25-
<version>v1beta1-rev20250819-2.0.0</version>
25+
<version>v1beta1-rev20250825-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250825-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/Cluster.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
public final class Cluster extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
35-
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
36-
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
34+
* Optional. Immutable. Deprecated, do not use.
3735
* The value may be {@code null}.
3836
*/
3937
@com.google.api.client.util.Key
@@ -301,19 +299,15 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
301299
private ZoneDistributionConfig zoneDistributionConfig;
302300

303301
/**
304-
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
305-
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
306-
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
302+
* Optional. Immutable. Deprecated, do not use.
307303
* @return value or {@code null} for none
308304
*/
309305
public java.lang.Boolean getAllowFewerZonesDeployment() {
310306
return allowFewerZonesDeployment;
311307
}
312308

313309
/**
314-
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
315-
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
316-
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
310+
* Optional. Immutable. Deprecated, do not use.
317311
* @param allowFewerZonesDeployment allowFewerZonesDeployment or {@code null} for none
318312
*/
319313
public Cluster setAllowFewerZonesDeployment(java.lang.Boolean allowFewerZonesDeployment) {

clients/google-api-services-redis/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-redis</artifactId>
11-
<version>v1beta1-rev20250819-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1beta1-rev20250819-2.0.0</name>
11+
<version>v1beta1-rev20250825-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1beta1-rev20250825-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-redis/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-redis</artifactId>
25-
<version>v1beta1-rev20250819-2.0.0</version>
25+
<version>v1beta1-rev20250825-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250825-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)