Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::UpdateClusterRequest.
Request for [UpdateCluster][CloudRedis.UpdateCluster].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::Google::Cloud::Redis::Cluster::V1::Cluster
- (::Google::Cloud::Redis::Cluster::V1::Cluster) — Required. Update description. Only fields specified in update_mask are updated.
#cluster=
def cluster=(value) -> ::Google::Cloud::Redis::Cluster::V1::Cluster
- value (::Google::Cloud::Redis::Cluster::V1::Cluster) — Required. Update description. Only fields specified in update_mask are updated.
- (::Google::Cloud::Redis::Cluster::V1::Cluster) — Required. Update description. Only fields specified in update_mask are updated.
#request_id
def request_id() -> ::String
- (::String) — Idempotent request UUID.
#request_id=
def request_id=(value) -> ::String
- value (::String) — Idempotent request UUID.
- (::String) — Idempotent request UUID.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) —
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Cluster:
-
size_gb
-
replica_count
-
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) —
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Cluster:
-
size_gb
-
replica_count
-
-
(::Google::Protobuf::FieldMask) —
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Cluster:
-
size_gb
-
replica_count
-