Class: Google::Cloud::Redis::V1beta1::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1beta1::UpdateInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb
Overview
Request for UpdateInstance.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::Redis::V1beta1::Instance
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::Redis::V1beta1::Instance
Returns Required. Update description. Only fields specified in update_mask are updated.
587 588 589 590 |
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 587 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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
.
587 588 589 590 |
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 587 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |