Skip to content

Commit 0b1b5f6

Browse files
1 parent 211661f commit 0b1b5f6

22 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,17 +1912,17 @@ public Create setClusterId(java.lang.String clusterId) {
19121912
return this;
19131913
}
19141914

1915-
/** Idempotent request UUID. */
1915+
/** Optional. Idempotent request UUID. */
19161916
@com.google.api.client.util.Key
19171917
private java.lang.String requestId;
19181918

1919-
/** Idempotent request UUID.
1919+
/** Optional. Idempotent request UUID.
19201920
*/
19211921
public java.lang.String getRequestId() {
19221922
return requestId;
19231923
}
19241924

1925-
/** Idempotent request UUID. */
1925+
/** Optional. Idempotent request UUID. */
19261926
public Create setRequestId(java.lang.String requestId) {
19271927
this.requestId = requestId;
19281928
return this;
@@ -2070,17 +2070,17 @@ public Delete setName(java.lang.String name) {
20702070
return this;
20712071
}
20722072

2073-
/** Idempotent request UUID. */
2073+
/** Optional. Idempotent request UUID. */
20742074
@com.google.api.client.util.Key
20752075
private java.lang.String requestId;
20762076

2077-
/** Idempotent request UUID.
2077+
/** Optional. Idempotent request UUID.
20782078
*/
20792079
public java.lang.String getRequestId() {
20802080
return requestId;
20812081
}
20822082

2083-
/** Idempotent request UUID. */
2083+
/** Optional. Idempotent request UUID. */
20842084
public Delete setRequestId(java.lang.String requestId) {
20852085
this.requestId = requestId;
20862086
return this;
@@ -2742,17 +2742,17 @@ public Patch setName(java.lang.String name) {
27422742
return this;
27432743
}
27442744

2745-
/** Idempotent request UUID. */
2745+
/** Optional. Idempotent request UUID. */
27462746
@com.google.api.client.util.Key
27472747
private java.lang.String requestId;
27482748

2749-
/** Idempotent request UUID.
2749+
/** Optional. Idempotent request UUID.
27502750
*/
27512751
public java.lang.String getRequestId() {
27522752
return requestId;
27532753
}
27542754

2755-
/** Idempotent request UUID. */
2755+
/** Optional. Idempotent request UUID. */
27562756
public Patch setRequestId(java.lang.String requestId) {
27572757
this.requestId = requestId;
27582758
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
6363
private java.lang.String backupCollection;
6464

6565
/**
66-
* Optional. A list of cluster enpoints.
66+
* Optional. A list of cluster endpoints.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -339,15 +339,15 @@ public Cluster setBackupCollection(java.lang.String backupCollection) {
339339
}
340340

341341
/**
342-
* Optional. A list of cluster enpoints.
342+
* Optional. A list of cluster endpoints.
343343
* @return value or {@code null} for none
344344
*/
345345
public java.util.List<ClusterEndpoint> getClusterEndpoints() {
346346
return clusterEndpoints;
347347
}
348348

349349
/**
350-
* Optional. A list of cluster enpoints.
350+
* Optional. A list of cluster endpoints.
351351
* @param clusterEndpoints clusterEndpoints or {@code null} for none
352352
*/
353353
public Cluster setClusterEndpoints(java.util.List<ClusterEndpoint> clusterEndpoints) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@
3333
public final class ClusterEndpoint extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* A group of PSC connections. They are created in the same VPC network, one for each service
37-
* attachment in the cluster.
36+
* Required. A group of PSC connections. They are created in the same VPC network, one for each
37+
* service attachment in the cluster.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
4141
private java.util.List<ConnectionDetail> connections;
4242

4343
/**
44-
* A group of PSC connections. They are created in the same VPC network, one for each service
45-
* attachment in the cluster.
44+
* Required. A group of PSC connections. They are created in the same VPC network, one for each
45+
* service attachment in the cluster.
4646
* @return value or {@code null} for none
4747
*/
4848
public java.util.List<ConnectionDetail> getConnections() {
4949
return connections;
5050
}
5151

5252
/**
53-
* A group of PSC connections. They are created in the same VPC network, one for each service
54-
* attachment in the cluster.
53+
* Required. A group of PSC connections. They are created in the same VPC network, one for each
54+
* service attachment in the cluster.
5555
* @param connections connections or {@code null} for none
5656
*/
5757
public ClusterEndpoint setConnections(java.util.List<ConnectionDetail> connections) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.redis.v1.model;
1818

1919
/**
20-
* Upcoming maitenance schedule.
20+
* Upcoming maintenance schedule.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a

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

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.redis.v1.model;
1818

1919
/**
20-
* Common model for database resource instance metadata. Next ID: 24
20+
* Common model for database resource instance metadata. Next ID: 25
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
@@ -96,6 +96,13 @@ public final class DatabaseResourceMetadata extends com.google.api.client.json.G
9696
@com.google.api.client.util.Key
9797
private java.lang.String expectedState;
9898

99+
/**
100+
* GCBDR configuration for the resource.
101+
* The value may be {@code null}.
102+
*/
103+
@com.google.api.client.util.Key
104+
private GCBDRConfiguration gcbdrConfiguration;
105+
99106
/**
100107
* Required. Unique identifier for a Database resource
101108
* The value may be {@code null}.
@@ -168,7 +175,7 @@ public final class DatabaseResourceMetadata extends com.google.api.client.json.G
168175
private java.lang.String resourceName;
169176

170177
/**
171-
* Suspension reason for the resource.
178+
* Optional. Suspension reason for the resource.
172179
* The value may be {@code null}.
173180
*/
174181
@com.google.api.client.util.Key
@@ -354,6 +361,23 @@ public DatabaseResourceMetadata setExpectedState(java.lang.String expectedState)
354361
return this;
355362
}
356363

364+
/**
365+
* GCBDR configuration for the resource.
366+
* @return value or {@code null} for none
367+
*/
368+
public GCBDRConfiguration getGcbdrConfiguration() {
369+
return gcbdrConfiguration;
370+
}
371+
372+
/**
373+
* GCBDR configuration for the resource.
374+
* @param gcbdrConfiguration gcbdrConfiguration or {@code null} for none
375+
*/
376+
public DatabaseResourceMetadata setGcbdrConfiguration(GCBDRConfiguration gcbdrConfiguration) {
377+
this.gcbdrConfiguration = gcbdrConfiguration;
378+
return this;
379+
}
380+
357381
/**
358382
* Required. Unique identifier for a Database resource
359383
* @return value or {@code null} for none
@@ -524,15 +548,15 @@ public DatabaseResourceMetadata setResourceName(java.lang.String resourceName) {
524548
}
525549

526550
/**
527-
* Suspension reason for the resource.
551+
* Optional. Suspension reason for the resource.
528552
* @return value or {@code null} for none
529553
*/
530554
public java.lang.String getSuspensionReason() {
531555
return suspensionReason;
532556
}
533557

534558
/**
535-
* Suspension reason for the resource.
559+
* Optional. Suspension reason for the resource.
536560
* @param suspensionReason suspensionReason or {@code null} for none
537561
*/
538562
public DatabaseResourceMetadata setSuspensionReason(java.lang.String suspensionReason) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.redis.v1.model;
18+
19+
/**
20+
* GCBDR Configuration for the resource.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
24+
* detailed explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GCBDRConfiguration extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Whether the resource is managed by GCBDR.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean gcbdrManaged;
39+
40+
/**
41+
* Whether the resource is managed by GCBDR.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.Boolean getGcbdrManaged() {
45+
return gcbdrManaged;
46+
}
47+
48+
/**
49+
* Whether the resource is managed by GCBDR.
50+
* @param gcbdrManaged gcbdrManaged or {@code null} for none
51+
*/
52+
public GCBDRConfiguration setGcbdrManaged(java.lang.Boolean gcbdrManaged) {
53+
this.gcbdrManaged = gcbdrManaged;
54+
return this;
55+
}
56+
57+
@Override
58+
public GCBDRConfiguration set(String fieldName, Object value) {
59+
return (GCBDRConfiguration) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GCBDRConfiguration clone() {
64+
return (GCBDRConfiguration) super.clone();
65+
}
66+
67+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
public final class GcsBackupSource extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1,
35+
* Optional. URIs of the Cloud Storage objects to import. Example: gs://bucket1/object1,
3636
* gs://bucket2/folder2/object2
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.util.List<java.lang.String> uris;
4141

4242
/**
43-
* Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1,
43+
* Optional. URIs of the Cloud Storage objects to import. Example: gs://bucket1/object1,
4444
* gs://bucket2/folder2/object2
4545
* @return value or {@code null} for none
4646
*/
@@ -49,7 +49,7 @@ public java.util.List<java.lang.String> getUris() {
4949
}
5050

5151
/**
52-
* Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1,
52+
* Optional. URIs of the Cloud Storage objects to import. Example: gs://bucket1/object1,
5353
* gs://bucket2/folder2/object2
5454
* @param uris uris or {@code null} for none
5555
*/

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ public final class PscConnection extends com.google.api.client.json.GenericJson
6060
@com.google.api.client.util.Key
6161
private java.lang.String network;
6262

63+
/**
64+
* Output only. The port number of the exposed discovery endpoint.
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key
68+
private java.lang.Integer port;
69+
6370
/**
6471
* Optional. Project ID of the consumer project where the forwarding rule is created in.
6572
* The value may be {@code null}.
@@ -163,6 +170,23 @@ public PscConnection setNetwork(java.lang.String network) {
163170
return this;
164171
}
165172

173+
/**
174+
* Output only. The port number of the exposed discovery endpoint.
175+
* @return value or {@code null} for none
176+
*/
177+
public java.lang.Integer getPort() {
178+
return port;
179+
}
180+
181+
/**
182+
* Output only. The port number of the exposed discovery endpoint.
183+
* @param port port or {@code null} for none
184+
*/
185+
public PscConnection setPort(java.lang.Integer port) {
186+
this.port = port;
187+
return this;
188+
}
189+
166190
/**
167191
* Optional. Project ID of the consumer project where the forwarding rule is created in.
168192
* @return value or {@code null} for none

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-rev20250206-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1-rev20250206-2.0.0</name>
11+
<version>v1-rev20250213-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1-rev20250213-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)