diff --git a/clients/google-api-services-redis/v1/2.0.0/README.md b/clients/google-api-services-redis/v1/2.0.0/README.md index c6034b28d65..dbae8e8f1bf 100644 --- a/clients/google-api-services-redis/v1/2.0.0/README.md +++ b/clients/google-api-services-redis/v1/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 - v1-rev20260526-2.0.0 + v1-rev20260616-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-redis:v1-rev20260526-2.0.0' + implementation 'com.google.apis:google-api-services-redis:v1-rev20260616-2.0.0' } ``` diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/CloudRedis.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/CloudRedis.java index 1ae8f563295..eaa030a4268 100644 --- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/CloudRedis.java +++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/CloudRedis.java @@ -727,7 +727,7 @@ public AclPolicies aclPolicies() { public class AclPolicies { /** - * Creates an ACL Policy. The creation is executed synchronously and the policy is available for use + * Creates an ACL policy. The creation is executed synchronously and the policy is available for use * immediately after the RPC returns. * * Create a request for the method "aclPolicies.create". @@ -755,7 +755,7 @@ public class Create extends CloudRedisRequest * - * @param name Required. Redis ACL Policy resource name using the form: + * @param name Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. * @since 1.13 @@ -1026,14 +1026,14 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Redis ACL Policy resource name using the form: + /** Required. Redis ACL policy resource name using the form: `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where `location_id` refers to a GCP region. */ @@ -1042,7 +1042,7 @@ public java.lang.String getName() { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @@ -1101,14 +1101,14 @@ public Delete set(String parameterName, Object value) { } } /** - * Gets the details of a specific Redis Cluster ACL Policy. + * Gets the details of a specific Redis Cluster ACL policy. * * Create a request for the method "aclPolicies.get". * * This request holds the parameters needed by the redis server. After setting any optional * parameters, call the {@link Get#execute()} method to invoke the remote operation. * - * @param name Required. Redis ACL Policy resource name using the form: + * @param name Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. * @return the request @@ -1127,7 +1127,7 @@ public class Get extends CloudRedisRequest * - * @param name Required. Redis ACL Policy resource name using the form: + * @param name Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. * @since 1.13 @@ -1217,14 +1217,14 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Redis ACL Policy resource name using the form: + /** Required. Redis ACL policy resource name using the form: `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where `location_id` refers to a GCP region. */ @@ -1233,7 +1233,7 @@ public java.lang.String getName() { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @@ -1253,7 +1253,7 @@ public Get set(String parameterName, Object value) { } } /** - * Lists all ACL Policies owned by a project in either the specified location (region) or all + * Lists all ACL policies owned by a project in either the specified location (region) or all * locations. The location should have the following format: * * `projects/{project_id}/locations/{location_id}` If `location_id` is specified as `-` (wildcard), * then all regions available to the project are queried, and the results are aggregated. @@ -1263,7 +1263,7 @@ public Get set(String parameterName, Object value) { * This request holds the parameters needed by the redis server. After setting any optional * parameters, call the {@link List#execute()} method to invoke the remote operation. * - * @param parent Required. The resource name of the cluster location using the form: + * @param parent Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. * @return the request @@ -1282,7 +1282,7 @@ public class List extends CloudRedisRequest * - * @param parent Required. The resource name of the cluster location using the form: + * @param parent Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. * @since 1.13 @@ -1376,14 +1376,14 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. The resource name of the cluster location using the form: + * Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. */ @com.google.api.client.util.Key private java.lang.String parent; - /** Required. The resource name of the cluster location using the form: + /** Required. The resource name of the ACL policy location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. */ @@ -1392,7 +1392,7 @@ public java.lang.String getParent() { } /** - * Required. The resource name of the cluster location using the form: + * Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. */ @@ -1469,7 +1469,7 @@ public List set(String parameterName, Object value) { * clusters. If Memorystore can apply the policy to all clusters, then the operation returns a * SUCCESS status. If Memorystore can't apply the policy to all clusters, then to ensure eventual * consistency, Memorystore uses reconciliation to apply the policy to the failed clusters. - * Completed longrunning.Operation will contain the new ACL Policy object in the response field. + * Completed longrunning.Operation will contain the new ACL policy object in the response field. * * Create a request for the method "aclPolicies.patch". * @@ -1498,7 +1498,7 @@ public class Patch extends CloudRedisRequest getUnreachable() { @@ -106,7 +106,7 @@ public java.util.List getUnreachable() { } /** - * Locations that could not be reached. + * Unordered list. Locations that could not be reached. * @param unreachable unreachable or {@code null} for none */ public ListAclPoliciesResponse setUnreachable(java.util.List unreachable) { diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/RetentionSettings.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/RetentionSettings.java index 64beaf62b97..c32f5becd4c 100644 --- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/RetentionSettings.java +++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/RetentionSettings.java @@ -38,6 +38,7 @@ public final class RetentionSettings extends com.google.api.client.json.GenericJ private String durationBasedRetention; /** + * Quantity based retention period i.e. 7 backups * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -51,6 +52,7 @@ public final class RetentionSettings extends com.google.api.client.json.GenericJ private java.lang.String retentionUnit; /** + * Duration based retention period i.e. 172800 seconds (2 days) * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -81,6 +83,7 @@ public RetentionSettings setDurationBasedRetention(String durationBasedRetention } /** + * Quantity based retention period i.e. 7 backups * @return value or {@code null} for none */ public java.lang.Integer getQuantityBasedRetention() { @@ -88,6 +91,7 @@ public java.lang.Integer getQuantityBasedRetention() { } /** + * Quantity based retention period i.e. 7 backups * @param quantityBasedRetention quantityBasedRetention or {@code null} for none */ public RetentionSettings setQuantityBasedRetention(java.lang.Integer quantityBasedRetention) { @@ -113,6 +117,7 @@ public RetentionSettings setRetentionUnit(java.lang.String retentionUnit) { } /** + * Duration based retention period i.e. 172800 seconds (2 days) * @return value or {@code null} for none */ public String getTimeBasedRetention() { @@ -120,6 +125,7 @@ public String getTimeBasedRetention() { } /** + * Duration based retention period i.e. 172800 seconds (2 days) * @param timeBasedRetention timeBasedRetention or {@code null} for none */ public RetentionSettings setTimeBasedRetention(String timeBasedRetention) { diff --git a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ZoneDistributionConfig.java b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ZoneDistributionConfig.java index ad87568b526..43d8ba17f86 100644 --- a/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ZoneDistributionConfig.java +++ b/clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ZoneDistributionConfig.java @@ -46,6 +46,14 @@ public final class ZoneDistributionConfig extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.lang.String zone; + /** + * Optional. Specify the zones of a multi-zone cluster where Redis Cluster allocates resources. + * This flag isn't applicable for single-zone clusters. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List zones; + /** * Optional. The mode of zone distribution. Defaults to MULTI_ZONE, when not specified. * @return value or {@code null} for none @@ -84,6 +92,25 @@ public ZoneDistributionConfig setZone(java.lang.String zone) { return this; } + /** + * Optional. Specify the zones of a multi-zone cluster where Redis Cluster allocates resources. + * This flag isn't applicable for single-zone clusters. + * @return value or {@code null} for none + */ + public java.util.List getZones() { + return zones; + } + + /** + * Optional. Specify the zones of a multi-zone cluster where Redis Cluster allocates resources. + * This flag isn't applicable for single-zone clusters. + * @param zones zones or {@code null} for none + */ + public ZoneDistributionConfig setZones(java.util.List zones) { + this.zones = zones; + return this; + } + @Override public ZoneDistributionConfig set(String fieldName, Object value) { return (ZoneDistributionConfig) super.set(fieldName, value); 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 135da43a0b5..9eb9342549b 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-rev20260526-2.0.0 - Google Cloud Memorystore for Redis API v1-rev20260526-2.0.0 + v1-rev20260616-2.0.0 + Google Cloud Memorystore for Redis API v1-rev20260616-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 c6034b28d65..dbae8e8f1bf 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-rev20260526-2.0.0 + v1-rev20260616-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-redis:v1-rev20260526-2.0.0' + implementation 'com.google.apis:google-api-services-redis:v1-rev20260616-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 21505620944..70a45917f4d 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-rev20260526-2.0.0 + v1beta1-rev20260616-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260526-2.0.0' + implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260616-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 112df4239a1..d4521eaf563 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 @@ -727,7 +727,7 @@ public AclPolicies aclPolicies() { public class AclPolicies { /** - * Creates an ACL Policy. The creation is executed synchronously and the policy is available for use + * Creates an ACL policy. The creation is executed synchronously and the policy is available for use * immediately after the RPC returns. * * Create a request for the method "aclPolicies.create". @@ -755,7 +755,7 @@ public class Create extends CloudRedisRequest * - * @param name Required. Redis ACL Policy resource name using the form: + * @param name Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. * @since 1.13 @@ -1026,14 +1026,14 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Redis ACL Policy resource name using the form: + /** Required. Redis ACL policy resource name using the form: `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where `location_id` refers to a GCP region. */ @@ -1042,7 +1042,7 @@ public java.lang.String getName() { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @@ -1101,14 +1101,14 @@ public Delete set(String parameterName, Object value) { } } /** - * Gets the details of a specific Redis Cluster ACL Policy. + * Gets the details of a specific Redis Cluster ACL policy. * * Create a request for the method "aclPolicies.get". * * This request holds the parameters needed by the redis server. After setting any optional * parameters, call the {@link Get#execute()} method to invoke the remote operation. * - * @param name Required. Redis ACL Policy resource name using the form: + * @param name Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. * @return the request @@ -1127,7 +1127,7 @@ public class Get extends CloudRedisRequest * - * @param name Required. Redis ACL Policy resource name using the form: + * @param name Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. * @since 1.13 @@ -1217,14 +1217,14 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Redis ACL Policy resource name using the form: + /** Required. Redis ACL policy resource name using the form: `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where `location_id` refers to a GCP region. */ @@ -1233,7 +1233,7 @@ public java.lang.String getName() { } /** - * Required. Redis ACL Policy resource name using the form: + * Required. Redis ACL policy resource name using the form: * `projects/{project_id}/locations/{location_id}/aclPolicies/{acl_policy_id}` where * `location_id` refers to a GCP region. */ @@ -1253,7 +1253,7 @@ public Get set(String parameterName, Object value) { } } /** - * Lists all ACL Policies owned by a project in either the specified location (region) or all + * Lists all ACL policies owned by a project in either the specified location (region) or all * locations. The location should have the following format: * * `projects/{project_id}/locations/{location_id}` If `location_id` is specified as `-` (wildcard), * then all regions available to the project are queried, and the results are aggregated. @@ -1263,7 +1263,7 @@ public Get set(String parameterName, Object value) { * This request holds the parameters needed by the redis server. After setting any optional * parameters, call the {@link List#execute()} method to invoke the remote operation. * - * @param parent Required. The resource name of the cluster location using the form: + * @param parent Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. * @return the request @@ -1282,7 +1282,7 @@ public class List extends CloudRedisRequest * - * @param parent Required. The resource name of the cluster location using the form: + * @param parent Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. * @since 1.13 @@ -1376,14 +1376,14 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. The resource name of the cluster location using the form: + * Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. */ @com.google.api.client.util.Key private java.lang.String parent; - /** Required. The resource name of the cluster location using the form: + /** Required. The resource name of the ACL policy location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google Cloud region. */ @@ -1392,7 +1392,7 @@ public java.lang.String getParent() { } /** - * Required. The resource name of the cluster location using the form: + * Required. The resource name of the ACL policy location using the form: * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a Google * Cloud region. */ @@ -1469,7 +1469,7 @@ public List set(String parameterName, Object value) { * clusters. If Memorystore can apply the policy to all clusters, then the operation returns a * SUCCESS status. If Memorystore can't apply the policy to all clusters, then to ensure eventual * consistency, Memorystore uses reconciliation to apply the policy to the failed clusters. - * Completed longrunning.Operation will contain the new ACL Policy object in the response field. + * Completed longrunning.Operation will contain the new ACL policy object in the response field. * * Create a request for the method "aclPolicies.patch". * @@ -1498,7 +1498,7 @@ public class Patch extends CloudRedisRequest getUnreachable() { @@ -106,7 +106,7 @@ public java.util.List getUnreachable() { } /** - * Locations that could not be reached. + * Unordered list. Locations that could not be reached. * @param unreachable unreachable or {@code null} for none */ public ListAclPoliciesResponse setUnreachable(java.util.List unreachable) { diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/RetentionSettings.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/RetentionSettings.java index 03ebd7118d8..edae699bcec 100644 --- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/RetentionSettings.java +++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/RetentionSettings.java @@ -38,6 +38,7 @@ public final class RetentionSettings extends com.google.api.client.json.GenericJ private String durationBasedRetention; /** + * Quantity based retention period i.e. 7 backups * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -51,6 +52,7 @@ public final class RetentionSettings extends com.google.api.client.json.GenericJ private java.lang.String retentionUnit; /** + * Duration based retention period i.e. 172800 seconds (2 days) * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -81,6 +83,7 @@ public RetentionSettings setDurationBasedRetention(String durationBasedRetention } /** + * Quantity based retention period i.e. 7 backups * @return value or {@code null} for none */ public java.lang.Integer getQuantityBasedRetention() { @@ -88,6 +91,7 @@ public java.lang.Integer getQuantityBasedRetention() { } /** + * Quantity based retention period i.e. 7 backups * @param quantityBasedRetention quantityBasedRetention or {@code null} for none */ public RetentionSettings setQuantityBasedRetention(java.lang.Integer quantityBasedRetention) { @@ -113,6 +117,7 @@ public RetentionSettings setRetentionUnit(java.lang.String retentionUnit) { } /** + * Duration based retention period i.e. 172800 seconds (2 days) * @return value or {@code null} for none */ public String getTimeBasedRetention() { @@ -120,6 +125,7 @@ public String getTimeBasedRetention() { } /** + * Duration based retention period i.e. 172800 seconds (2 days) * @param timeBasedRetention timeBasedRetention or {@code null} for none */ public RetentionSettings setTimeBasedRetention(String timeBasedRetention) { diff --git a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ZoneDistributionConfig.java b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ZoneDistributionConfig.java index 5d7a8f7f977..278bbcf805e 100644 --- a/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ZoneDistributionConfig.java +++ b/clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ZoneDistributionConfig.java @@ -46,6 +46,14 @@ public final class ZoneDistributionConfig extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.lang.String zone; + /** + * Optional. Specify the zones of a multi-zone cluster where Redis Cluster allocates resources. + * This flag isn't applicable for single-zone clusters. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List zones; + /** * Optional. The mode of zone distribution. Defaults to MULTI_ZONE, when not specified. * @return value or {@code null} for none @@ -84,6 +92,25 @@ public ZoneDistributionConfig setZone(java.lang.String zone) { return this; } + /** + * Optional. Specify the zones of a multi-zone cluster where Redis Cluster allocates resources. + * This flag isn't applicable for single-zone clusters. + * @return value or {@code null} for none + */ + public java.util.List getZones() { + return zones; + } + + /** + * Optional. Specify the zones of a multi-zone cluster where Redis Cluster allocates resources. + * This flag isn't applicable for single-zone clusters. + * @param zones zones or {@code null} for none + */ + public ZoneDistributionConfig setZones(java.util.List zones) { + this.zones = zones; + return this; + } + @Override public ZoneDistributionConfig set(String fieldName, Object value) { return (ZoneDistributionConfig) super.set(fieldName, value); 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 4de51d180da..ca227ace375 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-rev20260526-2.0.0 - Google Cloud Memorystore for Redis API v1beta1-rev20260526-2.0.0 + v1beta1-rev20260616-2.0.0 + Google Cloud Memorystore for Redis API v1beta1-rev20260616-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 21505620944..70a45917f4d 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-rev20260526-2.0.0 + v1beta1-rev20260616-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260526-2.0.0' + implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260616-2.0.0' } ```