Google Cloud Memorystore for Memcache v1beta2 API - Class UpdateParametersRequest (2.0.0-beta05)

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

Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class UpdateParametersRequest.

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

Inheritance

object > UpdateParametersRequest

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.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