Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-redis/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-redis</artifactId>
<version>v1-rev20260526-2.0.0</version>
<version>v1-rev20260616-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down Expand Up @@ -755,7 +755,7 @@ public class Create extends CloudRedisRequest<com.google.api.services.redis.v1.m
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");

/**
* Creates an ACL Policy. The creation is executed synchronously and the policy is available for
* 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".
Expand Down Expand Up @@ -868,15 +868,15 @@ public Create setParent(java.lang.String parent) {
}

/**
* Required. The logical name of the ACL Policy in the customer project with the following
* Required. The logical name of the ACL policy in the customer project with the following
* restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start
* with a letter. * Must be between 1-63 characters. * Must end with a number or a letter.
* * Must be unique within the customer project / location
*/
@com.google.api.client.util.Key
private java.lang.String aclPolicyId;

/** Required. The logical name of the ACL Policy in the customer project with the following
/** Required. The logical name of the ACL policy in the customer project with the following
restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a
letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique
within the customer project / location
Expand All @@ -886,7 +886,7 @@ public java.lang.String getAclPolicyId() {
}

/**
* Required. The logical name of the ACL Policy in the customer project with the following
* Required. The logical name of the ACL policy in the customer project with the following
* restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start
* with a letter. * Must be between 1-63 characters. * Must end with a number or a letter.
* * Must be unique within the customer project / location
Expand Down Expand Up @@ -918,15 +918,15 @@ public Create set(String parameterName, Object value) {
}
}
/**
* Deletes a specific Acl Policy. This action will delete the Acl Policy and all the rules
* Deletes a specific ACL policy. This action will delete the ACL policy and all the rules
* associated with it. An ACL policy cannot be deleted if it is attached to a cluster.
*
* Create a request for the method "aclPolicies.delete".
*
* This request holds the parameters needed by the redis server. After setting any optional
* parameters, call the {@link Delete#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
Expand All @@ -945,7 +945,7 @@ public class Delete extends CloudRedisRequest<com.google.api.services.redis.v1.m
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/aclPolicies/[^/]+$");

/**
* Deletes a specific Acl Policy. This action will delete the Acl Policy and all the rules
* Deletes a specific ACL policy. This action will delete the ACL policy and all the rules
* associated with it. An ACL policy cannot be deleted if it is attached to a cluster.
*
* Create a request for the method "aclPolicies.delete".
Expand All @@ -955,7 +955,7 @@ public class Delete extends CloudRedisRequest<com.google.api.services.redis.v1.m
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
* be called to initialize this instance immediately after invoking the constructor. </p>
*
* @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
Expand Down Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand Down Expand Up @@ -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
Expand All @@ -1127,7 +1127,7 @@ public class Get extends CloudRedisRequest<com.google.api.services.redis.v1.mode
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/aclPolicies/[^/]+$");

/**
* 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".
*
Expand All @@ -1136,7 +1136,7 @@ public class Get extends CloudRedisRequest<com.google.api.services.redis.v1.mode
* Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
* called to initialize this instance immediately after invoking the constructor. </p>
*
* @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
Expand Down Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -1282,7 +1282,7 @@ public class List extends CloudRedisRequest<com.google.api.services.redis.v1.mod
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");

/**
* 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
Expand All @@ -1295,7 +1295,7 @@ public class List extends CloudRedisRequest<com.google.api.services.redis.v1.mod
* List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
* called to initialize this instance immediately after invoking the constructor. </p>
*
* @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
Expand Down Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand Down Expand Up @@ -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".
*
Expand Down Expand Up @@ -1498,7 +1498,7 @@ public class Patch extends CloudRedisRequest<com.google.api.services.redis.v1.mo
* 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".
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public final class AclPolicy extends com.google.api.client.json.GenericJson {
private java.lang.String state;

/**
* Output only. The version of the ACL policy. Used in drift resolution.
* Output only. Deprecated: Used in drift resolution.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
Expand Down Expand Up @@ -134,15 +134,15 @@ public AclPolicy setState(java.lang.String state) {
}

/**
* Output only. The version of the ACL policy. Used in drift resolution.
* Output only. Deprecated: Used in drift resolution.
* @return value or {@code null} for none
*/
public java.lang.Long getVersion() {
return version;
}

/**
* Output only. The version of the ACL policy. Used in drift resolution.
* Output only. Deprecated: Used in drift resolution.
* @param version version or {@code null} for none
*/
public AclPolicy setVersion(java.lang.Long version) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
private java.lang.String aclPolicy;

/**
* Optional. Output only. Indicates whether the ACL rules applied to the cluster are in sync with
* the latest ACL policy rules. This field is only applicable if the ACL policy is set for the
* cluster.
* Optional. Output only. Deprecated: Indicates whether the ACL rules applied to the cluster are
* in sync.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -386,19 +385,17 @@ public Cluster setAclPolicy(java.lang.String aclPolicy) {
}

/**
* Optional. Output only. Indicates whether the ACL rules applied to the cluster are in sync with
* the latest ACL policy rules. This field is only applicable if the ACL policy is set for the
* cluster.
* Optional. Output only. Deprecated: Indicates whether the ACL rules applied to the cluster are
* in sync.
* @return value or {@code null} for none
*/
public java.lang.Boolean getAclPolicyInSync() {
return aclPolicyInSync;
}

/**
* Optional. Output only. Indicates whether the ACL rules applied to the cluster are in sync with
* the latest ACL policy rules. This field is only applicable if the ACL policy is set for the
* cluster.
* Optional. Output only. Deprecated: Indicates whether the ACL rules applied to the cluster are
* in sync.
* @param aclPolicyInSync aclPolicyInSync or {@code null} for none
*/
public Cluster setAclPolicyInSync(java.lang.Boolean aclPolicyInSync) {
Expand Down
Loading
Loading