Reference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API class Google::Cloud::Redis::V1beta1::UpdateInstanceRequest.
Request for UpdateInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::Google::Cloud::Redis::V1beta1::Instance
- (::Google::Cloud::Redis::V1beta1::Instance) — Required. Update description. Only fields specified in update_mask are updated.
#instance=
def instance=(value) -> ::Google::Cloud::Redis::V1beta1::Instance
- value (::Google::Cloud::Redis::V1beta1::Instance) — Required. Update description. Only fields specified in update_mask are updated.
- (::Google::Cloud::Redis::V1beta1::Instance) — Required. Update description. Only fields specified in update_mask are updated.
#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 Instance:
-
displayName
-
labels
-
memorySizeGb
-
redisConfig
-
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 Instance:
-
displayName
-
labels
-
memorySizeGb
-
redisConfig
-
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 Instance:
-
displayName
-
labels
-
memorySizeGb
-
redisConfig
-
replica_count
-