Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API class Google::Cloud::Memcache::V1::UpdateParametersRequest.
Request for UpdateParameters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Resource name of the Memcached instance for which the parameters should be updated.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the Memcached instance for which the parameters should be updated.
Returns
- (::String) — Required. Resource name of the Memcached instance for which the parameters should be updated.
#parameters
def parameters() -> ::Google::Cloud::Memcache::V1::MemcacheParameters
Returns
- (::Google::Cloud::Memcache::V1::MemcacheParameters) — The parameters to apply to the instance.
#parameters=
def parameters=(value) -> ::Google::Cloud::Memcache::V1::MemcacheParameters
Parameter
- value (::Google::Cloud::Memcache::V1::MemcacheParameters) — The parameters to apply to the instance.
Returns
- (::Google::Cloud::Memcache::V1::MemcacheParameters) — The parameters to apply to the instance.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.