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].
Implements
IMessageUpdateInstancePartitionRequest, IEquatableUpdateInstancePartitionRequest, IDeepCloneableUpdateInstancePartitionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
UpdateInstancePartitionRequest()
public UpdateInstancePartitionRequest()
UpdateInstancePartitionRequest(UpdateInstancePartitionRequest)
public UpdateInstancePartitionRequest(UpdateInstancePartitionRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateInstancePartitionRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
InstancePartition |