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

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

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

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

Inheritance

object > UpdateInstanceRequest

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.dll

Constructors

UpdateInstanceRequest()

public UpdateInstanceRequest()

UpdateInstanceRequest(UpdateInstanceRequest)

public UpdateInstanceRequest(UpdateInstanceRequest other)
Parameter
NameDescription
otherUpdateInstanceRequest

Properties

Resource

public Instance Resource { get; set; }

Required. A Memcached [Instance] resource. Only fields specified in update_mask are updated.

Property Value
TypeDescription
Instance

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask of fields to update.

  • displayName
Property Value
TypeDescription
FieldMask