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

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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.