Class UpdateParametersRequest (2.0.0)

public sealed class UpdateParametersRequest : IMessage<UpdateParametersRequest>, IEquatable<UpdateParametersRequest>, IDeepCloneable<UpdateParametersRequest>, IBufferMessage, IMessage

Request for [UpdateParameters][google.cloud.memcache.v1.CloudMemcache.UpdateParameters].

Inheritance

Object > UpdateParametersRequest

Namespace

Google.Cloud.Memcache.V1

Assembly

Google.Cloud.Memcache.V1.dll

Constructors

UpdateParametersRequest()

public UpdateParametersRequest()

UpdateParametersRequest(UpdateParametersRequest)

public UpdateParametersRequest(UpdateParametersRequest other)
Parameter
NameDescription
otherUpdateParametersRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

Name

public string Name { get; set; }

Required. Resource name of the Memcached instance for which the parameters should be updated.

Property Value
TypeDescription
String

Parameters

public MemcacheParameters Parameters { get; set; }

The parameters to apply to the instance.

Property Value
TypeDescription
MemcacheParameters

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask of fields to update.

Property Value
TypeDescription
FieldMask