Google Cloud Bigtable Administration v2 API - Class PartialUpdateInstanceRequest (3.14.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class PartialUpdateInstanceRequest.

Request message for BigtableInstanceAdmin.PartialUpdateInstance.

Inheritance

object > PartialUpdateInstanceRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

PartialUpdateInstanceRequest()

public PartialUpdateInstanceRequest()

PartialUpdateInstanceRequest(PartialUpdateInstanceRequest)

public PartialUpdateInstanceRequest(PartialUpdateInstanceRequest other)
Parameter
NameDescription
otherPartialUpdateInstanceRequest

Properties

Instance

public Instance Instance { get; set; }

Required. The Instance which will (partially) replace the current value.

Property Value
TypeDescription
Instance

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The subset of Instance fields which should be replaced. Must be explicitly set.

Property Value
TypeDescription
FieldMask