Skip to content

Commit 18c7ff3

Browse files
1 parent 52c8228 commit 18c7ff3

File tree

8 files changed

+72
-12
lines changed

8 files changed

+72
-12
lines changed

clients/google-api-services-redis/v1/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>v1-rev20250617-2.0.0</version>
25+
<version>v1-rev20250627-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:v1-rev20250617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1-rev20250627-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
@SuppressWarnings("javadoc")
3131
public final class Cluster extends com.google.api.client.json.GenericJson {
3232

33+
/**
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.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean allowFewerZonesDeployment;
41+
3342
/**
3443
* Optional. If true, cluster endpoints that are created and registered by customers can be
3544
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the
@@ -277,6 +286,27 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
277286
@com.google.api.client.util.Key
278287
private ZoneDistributionConfig zoneDistributionConfig;
279288

289+
/**
290+
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
291+
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
292+
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
293+
* @return value or {@code null} for none
294+
*/
295+
public java.lang.Boolean getAllowFewerZonesDeployment() {
296+
return allowFewerZonesDeployment;
297+
}
298+
299+
/**
300+
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
301+
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
302+
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
303+
* @param allowFewerZonesDeployment allowFewerZonesDeployment or {@code null} for none
304+
*/
305+
public Cluster setAllowFewerZonesDeployment(java.lang.Boolean allowFewerZonesDeployment) {
306+
this.allowFewerZonesDeployment = allowFewerZonesDeployment;
307+
return this;
308+
}
309+
280310
/**
281311
* Optional. If true, cluster endpoints that are created and registered by customers can be
282312
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the

clients/google-api-services-redis/v1/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>v1-rev20250617-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1-rev20250617-2.0.0</name>
11+
<version>v1-rev20250627-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1-rev20250627-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-redis/v1/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>v1-rev20250617-2.0.0</version>
25+
<version>v1-rev20250627-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:v1-rev20250617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1-rev20250627-2.0.0'
3939
}
4040
```
4141

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-rev20250617-2.0.0</version>
25+
<version>v1beta1-rev20250627-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-rev20250617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250627-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
@SuppressWarnings("javadoc")
3131
public final class Cluster extends com.google.api.client.json.GenericJson {
3232

33+
/**
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.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean allowFewerZonesDeployment;
41+
3342
/**
3443
* Optional. If true, cluster endpoints that are created and registered by customers can be
3544
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the
@@ -277,6 +286,27 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
277286
@com.google.api.client.util.Key
278287
private ZoneDistributionConfig zoneDistributionConfig;
279288

289+
/**
290+
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
291+
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
292+
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
293+
* @return value or {@code null} for none
294+
*/
295+
public java.lang.Boolean getAllowFewerZonesDeployment() {
296+
return allowFewerZonesDeployment;
297+
}
298+
299+
/**
300+
* Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone
301+
* cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation,
302+
* the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.
303+
* @param allowFewerZonesDeployment allowFewerZonesDeployment or {@code null} for none
304+
*/
305+
public Cluster setAllowFewerZonesDeployment(java.lang.Boolean allowFewerZonesDeployment) {
306+
this.allowFewerZonesDeployment = allowFewerZonesDeployment;
307+
return this;
308+
}
309+
280310
/**
281311
* Optional. If true, cluster endpoints that are created and registered by customers can be
282312
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the

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-rev20250617-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1beta1-rev20250617-2.0.0</name>
11+
<version>v1beta1-rev20250627-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1beta1-rev20250627-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-rev20250617-2.0.0</version>
25+
<version>v1beta1-rev20250627-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-rev20250617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250627-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)