diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceMetadata.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceMetadata.java
index e2349e69d67..cb1b05b2495 100644
--- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceMetadata.java
+++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.redis.v1.model;
/**
- * Common model for database resource instance metadata. Next ID: 30
+ * Common model for database resource instance metadata. Next ID: 31
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
@@ -185,6 +185,13 @@ public final class DatabaseResourceMetadata extends com.google.api.client.json.G
@com.google.api.client.util.Key
private java.lang.String resourceContainer;
+ /**
+ * Optional. List of resource flags for the database resource.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List resourceFlags;
+
/**
* Required. Different from DatabaseResourceId.unique_id, a resource name can be reused over time.
* That is, after a resource named "ABC" is deleted, the name "ABC" can be used to to create a new
@@ -604,6 +611,23 @@ public DatabaseResourceMetadata setResourceContainer(java.lang.String resourceCo
return this;
}
+ /**
+ * Optional. List of resource flags for the database resource.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getResourceFlags() {
+ return resourceFlags;
+ }
+
+ /**
+ * Optional. List of resource flags for the database resource.
+ * @param resourceFlags resourceFlags or {@code null} for none
+ */
+ public DatabaseResourceMetadata setResourceFlags(java.util.List resourceFlags) {
+ this.resourceFlags = resourceFlags;
+ return this;
+ }
+
/**
* Required. Different from DatabaseResourceId.unique_id, a resource name can be reused over time.
* That is, after a resource named "ABC" is deleted, the name "ABC" can be used to to create a new
diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ListOperationsResponse.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ListOperationsResponse.java
index f9a803df256..af4b08337ff 100644
--- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ListOperationsResponse.java
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* The value may be {@code null}.
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List operations
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @return value or {@code null} for none
*/
@@ -99,7 +99,7 @@ public java.util.List getUnreachable() {
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/MachineConfiguration.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/MachineConfiguration.java
index da1e114c9b5..f1e8b33bded 100644
--- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/MachineConfiguration.java
+++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/MachineConfiguration.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class MachineConfiguration extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long baselineSlots;
+
/**
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
* again after bug fix.
@@ -38,6 +45,13 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.Integer cpuCount;
+ /**
+ * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long maxReservationSlots;
+
/**
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
* The value may be {@code null}.
@@ -59,6 +73,23 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.Double vcpuCount;
+ /**
+ * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getBaselineSlots() {
+ return baselineSlots;
+ }
+
+ /**
+ * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * @param baselineSlots baselineSlots or {@code null} for none
+ */
+ public MachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
+ this.baselineSlots = baselineSlots;
+ return this;
+ }
+
/**
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
* again after bug fix.
@@ -78,6 +109,23 @@ public MachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
return this;
}
+ /**
+ * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getMaxReservationSlots() {
+ return maxReservationSlots;
+ }
+
+ /**
+ * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * @param maxReservationSlots maxReservationSlots or {@code null} for none
+ */
+ public MachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
+ this.maxReservationSlots = maxReservationSlots;
+ return this;
+ }
+
/**
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceFlags.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceFlags.java
new file mode 100644
index 00000000000..abd3b36463d
--- /dev/null
+++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceFlags.java
@@ -0,0 +1,91 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.redis.v1.model;
+
+/**
+ * Message type for storing resource flags.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
+ * detailed explanation see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class ResourceFlags extends com.google.api.client.json.GenericJson {
+
+ /**
+ * Optional. Key of the resource flag.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String key;
+
+ /**
+ * Optional. Value of the resource flag.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String value;
+
+ /**
+ * Optional. Key of the resource flag.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getKey() {
+ return key;
+ }
+
+ /**
+ * Optional. Key of the resource flag.
+ * @param key key or {@code null} for none
+ */
+ public ResourceFlags setKey(java.lang.String key) {
+ this.key = key;
+ return this;
+ }
+
+ /**
+ * Optional. Value of the resource flag.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getValue() {
+ return value;
+ }
+
+ /**
+ * Optional. Value of the resource flag.
+ * @param value value or {@code null} for none
+ */
+ public ResourceFlags setValue(java.lang.String value) {
+ this.value = value;
+ return this;
+ }
+
+ @Override
+ public ResourceFlags set(String fieldName, Object value) {
+ return (ResourceFlags) super.set(fieldName, value);
+ }
+
+ @Override
+ public ResourceFlags clone() {
+ return (ResourceFlags) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceMaintenanceInfo.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceMaintenanceInfo.java
index 1eb2bd382fe..21b598706a5 100644
--- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceMaintenanceInfo.java
+++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ResourceMaintenanceInfo.java
@@ -43,6 +43,14 @@ public final class ResourceMaintenanceInfo extends com.google.api.client.json.Ge
com.google.api.client.util.Data.nullOf(ResourceMaintenanceDenySchedule.class);
}
+ /**
+ * Optional. Whether the instance is in stopped state. This information is temporarily being
+ * captured in maintenanceInfo, till STOPPED state is supported by DB Center.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isInstanceStopped;
+
/**
* Optional. Maintenance window for the database resource.
* The value may be {@code null}.
@@ -50,6 +58,13 @@ public final class ResourceMaintenanceInfo extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private ResourceMaintenanceSchedule maintenanceSchedule;
+ /**
+ * Output only. Current state of maintenance on the database resource.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String maintenanceState;
+
/**
* Optional. Current Maintenance version of the database resource. Example:
* "MYSQL_8_0_41.R20250531.01_15"
@@ -58,6 +73,22 @@ public final class ResourceMaintenanceInfo extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private java.lang.String maintenanceVersion;
+ /**
+ * Optional. Upcoming maintenance for the database resource. This field is populated once SLM
+ * generates and publishes upcoming maintenance window.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private UpcomingMaintenance upcomingMaintenance;
+
+ /**
+ * Optional. This field will contain the date when the last version update was applied to the
+ * database resource. This will be used to calculate the age of the maintenance version.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String versionUpdateTime;
+
/**
* Optional. List of Deny maintenance period for the database resource.
* @return value or {@code null} for none
@@ -75,6 +106,25 @@ public ResourceMaintenanceInfo setDenyMaintenanceSchedules(java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
+ * detailed explanation see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class UpcomingMaintenance extends com.google.api.client.json.GenericJson {
+
+ /**
+ * Optional. The end time of the upcoming maintenance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String endTime;
+
+ /**
+ * Optional. The start time of the upcoming maintenance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String startTime;
+
+ /**
+ * Optional. The end time of the upcoming maintenance.
+ * @return value or {@code null} for none
+ */
+ public String getEndTime() {
+ return endTime;
+ }
+
+ /**
+ * Optional. The end time of the upcoming maintenance.
+ * @param endTime endTime or {@code null} for none
+ */
+ public UpcomingMaintenance setEndTime(String endTime) {
+ this.endTime = endTime;
+ return this;
+ }
+
+ /**
+ * Optional. The start time of the upcoming maintenance.
+ * @return value or {@code null} for none
+ */
+ public String getStartTime() {
+ return startTime;
+ }
+
+ /**
+ * Optional. The start time of the upcoming maintenance.
+ * @param startTime startTime or {@code null} for none
+ */
+ public UpcomingMaintenance setStartTime(String startTime) {
+ this.startTime = startTime;
+ return this;
+ }
+
+ @Override
+ public UpcomingMaintenance set(String fieldName, Object value) {
+ return (UpcomingMaintenance) super.set(fieldName, value);
+ }
+
+ @Override
+ public UpcomingMaintenance clone() {
+ return (UpcomingMaintenance) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-redis/v1/2.0.0/pom.xml b/clients/google-api-services-redis/v1/2.0.0/pom.xml
index d6e5fa2ea9b..c2227343f00 100644
--- a/clients/google-api-services-redis/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-redis/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-redis
- v1-rev20251104-2.0.0
- Google Cloud Memorystore for Redis API v1-rev20251104-2.0.0
+ v1-rev20260129-2.0.0
+ Google Cloud Memorystore for Redis API v1-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-redis/v1/README.md b/clients/google-api-services-redis/v1/README.md
index e040502286c..850f437ccfb 100644
--- a/clients/google-api-services-redis/v1/README.md
+++ b/clients/google-api-services-redis/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-redis
- v1-rev20251104-2.0.0
+ v1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-redis:v1-rev20251104-2.0.0'
+ implementation 'com.google.apis:google-api-services-redis:v1-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/README.md b/clients/google-api-services-redis/v1beta1/2.0.0/README.md
index dab92fa4533..306f62b47c5 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-redis
- v1beta1-rev20251104-2.0.0
+ v1beta1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20251104-2.0.0'
+ implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/CloudRedis.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/CloudRedis.java
index 985dced8a61..515532fc39b 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/CloudRedis.java
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/CloudRedis.java
@@ -103,7 +103,7 @@ public class CloudRedis extends com.google.api.client.googleapis.services.json.A
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * Lists information about the supported locations for this service. This method can be called in
+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
+ * public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
@@ -336,7 +339,10 @@ public class List extends CloudRedisRequest
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/DatabaseResourceMetadata.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/DatabaseResourceMetadata.java
index 09369414e65..1641154a5f8 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/DatabaseResourceMetadata.java
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/DatabaseResourceMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.redis.v1beta1.model;
/**
- * Common model for database resource instance metadata. Next ID: 30
+ * Common model for database resource instance metadata. Next ID: 31
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
@@ -185,6 +185,13 @@ public final class DatabaseResourceMetadata extends com.google.api.client.json.G
@com.google.api.client.util.Key
private java.lang.String resourceContainer;
+ /**
+ * Optional. List of resource flags for the database resource.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List resourceFlags;
+
/**
* Required. Different from DatabaseResourceId.unique_id, a resource name can be reused over time.
* That is, after a resource named "ABC" is deleted, the name "ABC" can be used to to create a new
@@ -604,6 +611,23 @@ public DatabaseResourceMetadata setResourceContainer(java.lang.String resourceCo
return this;
}
+ /**
+ * Optional. List of resource flags for the database resource.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getResourceFlags() {
+ return resourceFlags;
+ }
+
+ /**
+ * Optional. List of resource flags for the database resource.
+ * @param resourceFlags resourceFlags or {@code null} for none
+ */
+ public DatabaseResourceMetadata setResourceFlags(java.util.List resourceFlags) {
+ this.resourceFlags = resourceFlags;
+ return this;
+ }
+
/**
* Required. Different from DatabaseResourceId.unique_id, a resource name can be reused over time.
* That is, after a resource named "ABC" is deleted, the name "ABC" can be used to to create a new
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ListOperationsResponse.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ListOperationsResponse.java
index 5d8bda26020..9af87a557df 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ListOperationsResponse.java
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* The value may be {@code null}.
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List operations
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @return value or {@code null} for none
*/
@@ -99,7 +99,7 @@ public java.util.List getUnreachable() {
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/MachineConfiguration.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/MachineConfiguration.java
index 94a808ec1ec..2b62351bed2 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/MachineConfiguration.java
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/MachineConfiguration.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class MachineConfiguration extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long baselineSlots;
+
/**
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
* again after bug fix.
@@ -38,6 +45,13 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.Integer cpuCount;
+ /**
+ * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long maxReservationSlots;
+
/**
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
* The value may be {@code null}.
@@ -59,6 +73,23 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.Double vcpuCount;
+ /**
+ * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getBaselineSlots() {
+ return baselineSlots;
+ }
+
+ /**
+ * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * @param baselineSlots baselineSlots or {@code null} for none
+ */
+ public MachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
+ this.baselineSlots = baselineSlots;
+ return this;
+ }
+
/**
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
* again after bug fix.
@@ -78,6 +109,23 @@ public MachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
return this;
}
+ /**
+ * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getMaxReservationSlots() {
+ return maxReservationSlots;
+ }
+
+ /**
+ * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * @param maxReservationSlots maxReservationSlots or {@code null} for none
+ */
+ public MachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
+ this.maxReservationSlots = maxReservationSlots;
+ return this;
+ }
+
/**
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceFlags.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceFlags.java
new file mode 100644
index 00000000000..85de2de09f4
--- /dev/null
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceFlags.java
@@ -0,0 +1,91 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.redis.v1beta1.model;
+
+/**
+ * Message type for storing resource flags.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
+ * detailed explanation see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class ResourceFlags extends com.google.api.client.json.GenericJson {
+
+ /**
+ * Optional. Key of the resource flag.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String key;
+
+ /**
+ * Optional. Value of the resource flag.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String value;
+
+ /**
+ * Optional. Key of the resource flag.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getKey() {
+ return key;
+ }
+
+ /**
+ * Optional. Key of the resource flag.
+ * @param key key or {@code null} for none
+ */
+ public ResourceFlags setKey(java.lang.String key) {
+ this.key = key;
+ return this;
+ }
+
+ /**
+ * Optional. Value of the resource flag.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getValue() {
+ return value;
+ }
+
+ /**
+ * Optional. Value of the resource flag.
+ * @param value value or {@code null} for none
+ */
+ public ResourceFlags setValue(java.lang.String value) {
+ this.value = value;
+ return this;
+ }
+
+ @Override
+ public ResourceFlags set(String fieldName, Object value) {
+ return (ResourceFlags) super.set(fieldName, value);
+ }
+
+ @Override
+ public ResourceFlags clone() {
+ return (ResourceFlags) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceMaintenanceInfo.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceMaintenanceInfo.java
index 259a711ee07..5405795b057 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceMaintenanceInfo.java
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ResourceMaintenanceInfo.java
@@ -43,6 +43,14 @@ public final class ResourceMaintenanceInfo extends com.google.api.client.json.Ge
com.google.api.client.util.Data.nullOf(ResourceMaintenanceDenySchedule.class);
}
+ /**
+ * Optional. Whether the instance is in stopped state. This information is temporarily being
+ * captured in maintenanceInfo, till STOPPED state is supported by DB Center.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean isInstanceStopped;
+
/**
* Optional. Maintenance window for the database resource.
* The value may be {@code null}.
@@ -50,6 +58,13 @@ public final class ResourceMaintenanceInfo extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private ResourceMaintenanceSchedule maintenanceSchedule;
+ /**
+ * Output only. Current state of maintenance on the database resource.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String maintenanceState;
+
/**
* Optional. Current Maintenance version of the database resource. Example:
* "MYSQL_8_0_41.R20250531.01_15"
@@ -58,6 +73,22 @@ public final class ResourceMaintenanceInfo extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private java.lang.String maintenanceVersion;
+ /**
+ * Optional. Upcoming maintenance for the database resource. This field is populated once SLM
+ * generates and publishes upcoming maintenance window.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private UpcomingMaintenance upcomingMaintenance;
+
+ /**
+ * Optional. This field will contain the date when the last version update was applied to the
+ * database resource. This will be used to calculate the age of the maintenance version.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String versionUpdateTime;
+
/**
* Optional. List of Deny maintenance period for the database resource.
* @return value or {@code null} for none
@@ -75,6 +106,25 @@ public ResourceMaintenanceInfo setDenyMaintenanceSchedules(java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
+ * detailed explanation see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class UpcomingMaintenance extends com.google.api.client.json.GenericJson {
+
+ /**
+ * Optional. The end time of the upcoming maintenance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String endTime;
+
+ /**
+ * Optional. The start time of the upcoming maintenance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private String startTime;
+
+ /**
+ * Optional. The end time of the upcoming maintenance.
+ * @return value or {@code null} for none
+ */
+ public String getEndTime() {
+ return endTime;
+ }
+
+ /**
+ * Optional. The end time of the upcoming maintenance.
+ * @param endTime endTime or {@code null} for none
+ */
+ public UpcomingMaintenance setEndTime(String endTime) {
+ this.endTime = endTime;
+ return this;
+ }
+
+ /**
+ * Optional. The start time of the upcoming maintenance.
+ * @return value or {@code null} for none
+ */
+ public String getStartTime() {
+ return startTime;
+ }
+
+ /**
+ * Optional. The start time of the upcoming maintenance.
+ * @param startTime startTime or {@code null} for none
+ */
+ public UpcomingMaintenance setStartTime(String startTime) {
+ this.startTime = startTime;
+ return this;
+ }
+
+ @Override
+ public UpcomingMaintenance set(String fieldName, Object value) {
+ return (UpcomingMaintenance) super.set(fieldName, value);
+ }
+
+ @Override
+ public UpcomingMaintenance clone() {
+ return (UpcomingMaintenance) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/pom.xml b/clients/google-api-services-redis/v1beta1/2.0.0/pom.xml
index 1b3e2e88afa..f54cab5f9da 100644
--- a/clients/google-api-services-redis/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-redis/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-redis
- v1beta1-rev20251104-2.0.0
- Google Cloud Memorystore for Redis API v1beta1-rev20251104-2.0.0
+ v1beta1-rev20260129-2.0.0
+ Google Cloud Memorystore for Redis API v1beta1-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-redis/v1beta1/README.md b/clients/google-api-services-redis/v1beta1/README.md
index dab92fa4533..306f62b47c5 100644
--- a/clients/google-api-services-redis/v1beta1/README.md
+++ b/clients/google-api-services-redis/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-redis
- v1beta1-rev20251104-2.0.0
+ v1beta1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20251104-2.0.0'
+ implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260129-2.0.0'
}
```