Class UpdateParametersRequest (1.4.0)

UpdateParametersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for UpdateParameters.

Attributes

NameDescription
name str
Required. Resource name of the Memcached instance for which the parameters should be updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Mask of fields to update.
parameters google.cloud.memcache_v1.types.MemcacheParameters
The parameters to apply to the instance.

Inheritance

builtins.object > proto.message.Message > UpdateParametersRequest