lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb in google-cloud-bigtable-admin-v2-0.18.0 vs lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb in google-cloud-bigtable-admin-v2-0.19.0
- old
+ new
@@ -263,15 +263,15 @@
# Pass arguments to `create_instance` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The unique name of the project in which to create the new instance.
- # Values are of the form `projects/{project}`.
+ # Required. The unique name of the project in which to create the new
+ # instance. Values are of the form `projects/{project}`.
# @param instance_id [::String]
- # Required. The ID to be used when referring to the new instance within its project,
- # e.g., just `myinstance` rather than
+ # Required. The ID to be used when referring to the new instance within its
+ # project, e.g., just `myinstance` rather than
# `projects/myproject/instances/myinstance`.
# @param instance [::Google::Cloud::Bigtable::Admin::V2::Instance, ::Hash]
# Required. The instance to create.
# Fields marked `OutputOnly` must be left blank.
# @param clusters [::Hash{::String => ::Google::Cloud::Bigtable::Admin::V2::Cluster, ::Hash}]
@@ -456,12 +456,12 @@
# Pass arguments to `list_instances` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The unique name of the project for which a list of instances is requested.
- # Values are of the form `projects/{project}`.
+ # Required. The unique name of the project for which a list of instances is
+ # requested. Values are of the form `projects/{project}`.
# @param page_token [::String]
# DEPRECATED: This field is unused and ignored.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Bigtable::Admin::V2::ListInstancesResponse]
@@ -842,16 +842,15 @@
# Pass arguments to `create_cluster` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The unique name of the instance in which to create the new cluster.
- # Values are of the form
- # `projects/{project}/instances/{instance}`.
+ # Required. The unique name of the instance in which to create the new
+ # cluster. Values are of the form `projects/{project}/instances/{instance}`.
# @param cluster_id [::String]
- # Required. The ID to be used when referring to the new cluster within its instance,
- # e.g., just `mycluster` rather than
+ # Required. The ID to be used when referring to the new cluster within its
+ # instance, e.g., just `mycluster` rather than
# `projects/myproject/instances/myinstance/clusters/mycluster`.
# @param cluster [::Google::Cloud::Bigtable::Admin::V2::Cluster, ::Hash]
# Required. The cluster to be created.
# Fields marked `OutputOnly` must be left blank.
#
@@ -1030,14 +1029,15 @@
# Pass arguments to `list_clusters` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The unique name of the instance for which a list of clusters is requested.
- # Values are of the form `projects/{project}/instances/{instance}`.
- # Use `{instance} = '-'` to list Clusters for all Instances in a project,
- # e.g., `projects/myproject/instances/-`.
+ # Required. The unique name of the instance for which a list of clusters is
+ # requested. Values are of the form
+ # `projects/{project}/instances/{instance}`. Use `{instance} = '-'` to list
+ # Clusters for all Instances in a project, e.g.,
+ # `projects/myproject/instances/-`.
# @param page_token [::String]
# DEPRECATED: This field is unused and ignored.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Bigtable::Admin::V2::ListClustersResponse]
@@ -1127,12 +1127,12 @@
#
# @param name [::String]
# The unique name of the cluster. Values are of the form
# `projects/{project}/instances/{instance}/clusters/[a-z][-a-z0-9]*`.
# @param location [::String]
- # Immutable. The location where this cluster's nodes and storage reside. For best
- # performance, clients should be located as close as possible to this
+ # Immutable. The location where this cluster's nodes and storage reside. For
+ # best performance, clients should be located as close as possible to this
# cluster. Currently only zones are supported, so values should be of the
# form `projects/{project}/locations/{zone}`.
# @param serve_nodes [::Integer]
# The number of nodes allocated to this cluster. More nodes enable higher
# throughput and more consistent performance.
@@ -1244,12 +1244,12 @@
# Pass arguments to `partial_update_cluster` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param cluster [::Google::Cloud::Bigtable::Admin::V2::Cluster, ::Hash]
- # Required. The Cluster which contains the partial updates to be applied, subject to
- # the update_mask.
+ # Required. The Cluster which contains the partial updates to be applied,
+ # subject to the update_mask.
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Required. The subset of Cluster fields which should be replaced.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::Operation]
@@ -1340,12 +1340,12 @@
# Pass arguments to `delete_cluster` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
- # Required. The unique name of the cluster to be deleted. Values are of the form
- # `projects/{project}/instances/{instance}/clusters/{cluster}`.
+ # Required. The unique name of the cluster to be deleted. Values are of the
+ # form `projects/{project}/instances/{instance}/clusters/{cluster}`.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Protobuf::Empty]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
#
@@ -1426,16 +1426,15 @@
# Pass arguments to `create_app_profile` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The unique name of the instance in which to create the new app profile.
- # Values are of the form
- # `projects/{project}/instances/{instance}`.
+ # Required. The unique name of the instance in which to create the new app
+ # profile. Values are of the form `projects/{project}/instances/{instance}`.
# @param app_profile_id [::String]
- # Required. The ID to be used when referring to the new app profile within its
- # instance, e.g., just `myprofile` rather than
+ # Required. The ID to be used when referring to the new app profile within
+ # its instance, e.g., just `myprofile` rather than
# `projects/myproject/instances/myinstance/appProfiles/myprofile`.
# @param app_profile [::Google::Cloud::Bigtable::Admin::V2::AppProfile, ::Hash]
# Required. The app profile to be created.
# Fields marked `OutputOnly` will be ignored.
# @param ignore_warnings [::Boolean]
@@ -1522,12 +1521,12 @@
# Pass arguments to `get_app_profile` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
- # Required. The unique name of the requested app profile. Values are of the form
- # `projects/{project}/instances/{instance}/appProfiles/{app_profile}`.
+ # Required. The unique name of the requested app profile. Values are of the
+ # form `projects/{project}/instances/{instance}/appProfiles/{app_profile}`.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Bigtable::Admin::V2::AppProfile]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
#
@@ -1608,12 +1607,12 @@
# Pass arguments to `list_app_profiles` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The unique name of the instance for which a list of app profiles is
- # requested. Values are of the form
+ # Required. The unique name of the instance for which a list of app profiles
+ # is requested. Values are of the form
# `projects/{project}/instances/{instance}`.
# Use `{instance} = '-'` to list AppProfiles for all Instances in a project,
# e.g., `projects/myproject/instances/-`.
# @param page_size [::Integer]
# Maximum number of results per page.
@@ -1812,10 +1811,11 @@
# Pass arguments to `delete_app_profile` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
- # Required. The unique name of the app profile to be deleted. Values are of the form
+ # Required. The unique name of the app profile to be deleted. Values are of
+ # the form
# `projects/{project}/instances/{instance}/appProfiles/{app_profile}`.
# @param ignore_warnings [::Boolean]
# Required. If true, ignore safety checks when deleting the app profile.
#
# @yield [response, operation] Access the result along with the RPC operation