@@ -119,7 +119,11 @@ def get_project_location_dns_bind_permission(name, fields: nil, quota_user: nil,
119119 execute_or_queue_command ( command , &block )
120120 end
121121
122- # Lists information about the supported locations for this service.
122+ # Lists information about the supported locations for this service. This method
123+ # can be called in two ways: * **List all public locations:** Use the path `GET /
124+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
125+ # projects/`project_id`/locations`. This may include public locations as well as
126+ # private or other locations specifically visible to the project.
123127 # @param [String] name
124128 # The resource that owns the locations collection, if applicable.
125129 # @param [Array<String>, String] extra_location_types
@@ -263,8 +267,7 @@ def list_project_location_announcements(parent, filter: nil, order_by: nil, page
263267 execute_or_queue_command ( command , &block )
264268 end
265269
266- # Creates a new `Datastore` resource in a given project and location. Datastores
267- # are regional resources
270+ # Creates a new `Datastore` resource in a given project and location.
268271 # @param [String] parent
269272 # Required. The resource name of the location to create the new datastore in.
270273 # Resource names are schemeless URIs that follow the conventions in https://
@@ -459,8 +462,8 @@ def list_project_location_datastores(parent, filter: nil, order_by: nil, page_si
459462 execute_or_queue_command ( command , &block )
460463 end
461464
462- # Modifies a Datastore resource. Only the following fields can be updated: `
463- # description`. Only fields specified in `updateMask` are applied.
465+ # Modifies a Datastore resource. Only fields specified in `updateMask` are
466+ # applied.
464467 # @param [String] name
465468 # Output only. Identifier. The resource name of this datastore. Resource names
466469 # are schemeless URIs that follow the conventions in https://cloud.google.com/
@@ -475,8 +478,7 @@ def list_project_location_datastores(parent, filter: nil, order_by: nil, page_si
475478 # Datastore resource by the update. The fields specified in the `update_mask`
476479 # are relative to the resource, not the full request. A field will be
477480 # overwritten if it is in the mask. If the user does not provide a mask then all
478- # fields will be overwritten. Only the following fields can be updated: `
479- # description`.
481+ # fields will be overwritten.
480482 # @param [String] fields
481483 # Selector specifying which fields to include in a partial response.
482484 # @param [String] quota_user
@@ -2620,7 +2622,7 @@ def list_project_location_private_cloud_clusters(parent, filter: nil, order_by:
26202622 execute_or_queue_command ( command , &block )
26212623 end
26222624
2623- # Mounts a `Datastore` on a cluster resource Datastores are zonal resources
2625+ # Mounts a `Datastore` on a cluster resource
26242626 # @param [String] name
26252627 # Required. The resource name of the cluster to mount the datastore. Resource
26262628 # names are schemeless URIs that follow the conventions in https://cloud.google.
@@ -2787,7 +2789,7 @@ def test_cluster_iam_permissions(resource, test_iam_permissions_request_object =
27872789 execute_or_queue_command ( command , &block )
27882790 end
27892791
2790- # Mounts a `Datastore` on a cluster resource Datastores are zonal resources
2792+ # Unmounts a `Datastore` on a cluster resource
27912793 # @param [String] name
27922794 # Required. The resource name of the cluster to unmount the datastore. Resource
27932795 # names are schemeless URIs that follow the conventions in https://cloud.google.
0 commit comments