Skip to content

Commit 3ce2ec1

Browse files
1 parent dc7938c commit 3ce2ec1

File tree

5 files changed

+39
-9
lines changed

5 files changed

+39
-9
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-rev20250104-2.0.0</version>
25+
<version>v1beta1-rev20250115-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-rev20250104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250115-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,14 +2761,14 @@ public Patch setRequestId(java.lang.String requestId) {
27612761
/**
27622762
* Required. Mask of fields to update. At least one path must be supplied in this field.
27632763
* The elements of the repeated paths field may only include these fields from Cluster: *
2764-
* `size_gb` * `replica_count`
2764+
* `size_gb` * `replica_count` * `cluster_endpoints`
27652765
*/
27662766
@com.google.api.client.util.Key
27672767
private String updateMask;
27682768

27692769
/** Required. Mask of fields to update. At least one path must be supplied in this field. The elements
27702770
of the repeated paths field may only include these fields from Cluster: * `size_gb` *
2771-
`replica_count`
2771+
`replica_count` * `cluster_endpoints`
27722772
*/
27732773
public String getUpdateMask() {
27742774
return updateMask;
@@ -2777,7 +2777,7 @@ public String getUpdateMask() {
27772777
/**
27782778
* Required. Mask of fields to update. At least one path must be supplied in this field.
27792779
* The elements of the repeated paths field may only include these fields from Cluster: *
2780-
* `size_gb` * `replica_count`
2780+
* `size_gb` * `replica_count` * `cluster_endpoints`
27812781
*/
27822782
public Patch setUpdateMask(String updateMask) {
27832783
this.updateMask = updateMask;

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. If true, cluster endpoints that are created and registered by customers can be
35+
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the
36+
* forwarding rules in the cluster endpoint are deleted.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean asyncClusterEndpointsDeletionEnabled;
41+
3342
/**
3443
* Optional. The authorization mode of the Redis cluster. If not provided, auth feature is
3544
* disabled for the cluster.
@@ -253,6 +262,27 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
253262
@com.google.api.client.util.Key
254263
private ZoneDistributionConfig zoneDistributionConfig;
255264

265+
/**
266+
* Optional. If true, cluster endpoints that are created and registered by customers can be
267+
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the
268+
* forwarding rules in the cluster endpoint are deleted.
269+
* @return value or {@code null} for none
270+
*/
271+
public java.lang.Boolean getAsyncClusterEndpointsDeletionEnabled() {
272+
return asyncClusterEndpointsDeletionEnabled;
273+
}
274+
275+
/**
276+
* Optional. If true, cluster endpoints that are created and registered by customers can be
277+
* deleted asynchronously. That is, such a cluster endpoint can be de-registered before the
278+
* forwarding rules in the cluster endpoint are deleted.
279+
* @param asyncClusterEndpointsDeletionEnabled asyncClusterEndpointsDeletionEnabled or {@code null} for none
280+
*/
281+
public Cluster setAsyncClusterEndpointsDeletionEnabled(java.lang.Boolean asyncClusterEndpointsDeletionEnabled) {
282+
this.asyncClusterEndpointsDeletionEnabled = asyncClusterEndpointsDeletionEnabled;
283+
return this;
284+
}
285+
256286
/**
257287
* Optional. The authorization mode of the Redis cluster. If not provided, auth feature is
258288
* disabled for the cluster.

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

0 commit comments

Comments
 (0)