@@ -171,15 +171,15 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si
171171 execute_or_queue_command ( command , &block )
172172 end
173173
174- # Creates an ACL Policy . The creation is executed synchronously and the policy
174+ # Creates an ACL policy . The creation is executed synchronously and the policy
175175 # is available for use immediately after the RPC returns.
176176 # @param [String] parent
177177 # Required. The resource name of the cluster location using the form: `projects/`
178178 # project_id`/locations/`location_id`` where `location_id` refers to a Google
179179 # Cloud region.
180180 # @param [Google::Apis::RedisV1::AclPolicy] acl_policy_object
181181 # @param [String] acl_policy_id
182- # Required. The logical name of the ACL Policy in the customer project with the
182+ # Required. The logical name of the ACL policy in the customer project with the
183183 # following restrictions: * Must contain only lowercase letters, numbers, and
184184 # hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must
185185 # end with a number or a letter. * Must be unique within the customer project /
@@ -217,11 +217,11 @@ def create_project_location_acl_policy(parent, acl_policy_object = nil, acl_poli
217217 execute_or_queue_command ( command , &block )
218218 end
219219
220- # Deletes a specific Acl Policy . This action will delete the Acl Policy and all
220+ # Deletes a specific ACL policy . This action will delete the ACL policy and all
221221 # the rules associated with it. An ACL policy cannot be deleted if it is
222222 # attached to a cluster.
223223 # @param [String] name
224- # Required. Redis ACL Policy resource name using the form: `projects/`project_id`
224+ # Required. Redis ACL policy resource name using the form: `projects/`project_id`
225225 # /locations/`location_id`/aclPolicies/`acl_policy_id`` where `location_id`
226226 # refers to a GCP region.
227227 # @param [String] etag
@@ -258,9 +258,9 @@ def delete_project_location_acl_policy(name, etag: nil, request_id: nil, fields:
258258 execute_or_queue_command ( command , &block )
259259 end
260260
261- # Gets the details of a specific Redis Cluster ACL Policy .
261+ # Gets the details of a specific Redis Cluster ACL policy .
262262 # @param [String] name
263- # Required. Redis ACL Policy resource name using the form: `projects/`project_id`
263+ # Required. Redis ACL policy resource name using the form: `projects/`project_id`
264264 # /locations/`location_id`/aclPolicies/`acl_policy_id`` where `location_id`
265265 # refers to a GCP region.
266266 # @param [String] fields
@@ -290,15 +290,15 @@ def get_project_location_acl_policy(name, fields: nil, quota_user: nil, options:
290290 execute_or_queue_command ( command , &block )
291291 end
292292
293- # Lists all ACL Policies owned by a project in either the specified location (
293+ # Lists all ACL policies owned by a project in either the specified location (
294294 # region) or all locations. The location should have the following format: * `
295295 # projects/`project_id`/locations/`location_id`` If `location_id` is specified
296296 # as `-` (wildcard), then all regions available to the project are queried, and
297297 # the results are aggregated.
298298 # @param [String] parent
299- # Required. The resource name of the cluster location using the form: `projects/ `
300- # project_id`/locations/`location_id`` where `location_id` refers to a Google
301- # Cloud region.
299+ # Required. The resource name of the ACL policy location using the form: `
300+ # projects/` project_id`/locations/`location_id`` where `location_id` refers to a
301+ # Google Cloud region.
302302 # @param [Fixnum] page_size
303303 # Optional. The maximum number of items to return. If not specified, a default
304304 # value of 1000 will be used by the service. Regardless of the page_size value,
@@ -343,7 +343,7 @@ def list_project_location_acl_policies(parent, page_size: nil, page_token: nil,
343343 # the operation returns a SUCCESS status. If Memorystore can't apply the policy
344344 # to all clusters, then to ensure eventual consistency, Memorystore uses
345345 # reconciliation to apply the policy to the failed clusters. Completed
346- # longrunning.Operation will contain the new ACL Policy object in the response
346+ # longrunning.Operation will contain the new ACL policy object in the response
347347 # field.
348348 # @param [String] name
349349 # Identifier. Full resource path of the ACL policy.
0 commit comments