lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb in google-cloud-bigtable-admin-v2-1.3.0 vs lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb in google-cloud-bigtable-admin-v2-1.4.0

- old
+ new

@@ -1146,11 +1146,11 @@ # A request object representing the call parameters. Required. To specify no # parameters, or to keep all the default parameter values, pass an empty Hash. # @param options [::Gapic::CallOptions, ::Hash] # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional. # - # @overload update_cluster(name: nil, location: nil, serve_nodes: nil, cluster_config: nil, default_storage_type: nil, encryption_config: nil) + # @overload update_cluster(name: nil, location: nil, serve_nodes: nil, node_scaling_factor: nil, cluster_config: nil, default_storage_type: nil, encryption_config: nil) # Pass arguments to `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 name [::String] @@ -1162,9 +1162,11 @@ # 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. + # @param node_scaling_factor [::Google::Cloud::Bigtable::Admin::V2::Cluster::NodeScalingFactor] + # Immutable. The node scaling factor of this cluster. # @param cluster_config [::Google::Cloud::Bigtable::Admin::V2::Cluster::ClusterConfig, ::Hash] # Configuration for this cluster. # @param default_storage_type [::Google::Cloud::Bigtable::Admin::V2::StorageType] # Immutable. The type of storage used by this cluster to serve its # parent instance's tables, unless explicitly overridden.