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].
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eUpdateInstancePartitionRequest\u003c/code\u003e class is \u003ccode\u003e5.0.0-beta05\u003c/code\u003e, with multiple prior versions also accessible, ranging from \u003ccode\u003e5.0.0-beta04\u003c/code\u003e down to \u003ccode\u003e3.5.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateInstancePartitionRequest\u003c/code\u003e is a class in the Google Cloud Spanner Instance Administration v1 API, specifically used to update an instance partition.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateInstancePartitionRequest\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two properties, \u003ccode\u003eFieldMask\u003c/code\u003e and \u003ccode\u003eInstancePartition\u003c/code\u003e, where \u003ccode\u003eFieldMask\u003c/code\u003e is required to indicate which fields should be updated, and \u003ccode\u003eInstancePartition\u003c/code\u003e is the actual instance partition to be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default one, and another one that takes in another instance of itself.\u003c/p\u003e\n"]]],[],null,[]]