Google Cloud Spanner Instance Administration v1 API - Class UpdateInstancePartitionRequest (5.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class UpdateInstancePartitionRequest.

The request for [UpdateInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstancePartition].

Inheritance

object > UpdateInstancePartitionRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

UpdateInstancePartitionRequest()

public UpdateInstancePartitionRequest()

UpdateInstancePartitionRequest(UpdateInstancePartitionRequest)

public UpdateInstancePartitionRequest(UpdateInstancePartitionRequest other)
Parameter
NameDescription
otherUpdateInstancePartitionRequest

Properties

FieldMask

public FieldMask FieldMask { get; set; }

Required. A mask specifying which fields in [InstancePartition][google.spanner.admin.instance.v1.InstancePartition] should be updated. The field mask must always be specified; this prevents any future fields in [InstancePartition][google.spanner.admin.instance.v1.InstancePartition] from being erased accidentally by clients that do not know about them.

Property Value
TypeDescription
FieldMask

InstancePartition

public InstancePartition InstancePartition { get; set; }

Required. The instance partition to update, which must always include the instance partition name. Otherwise, only fields mentioned in [field_mask][google.spanner.admin.instance.v1.UpdateInstancePartitionRequest.field_mask] need be included.

Property Value
TypeDescription
InstancePartition