public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
The request for [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
Required. A mask specifying which fields in [Instance][google.spanner.admin.instance.v1.Instance] should be updated.
The field mask must always be specified; this prevents any future fields in
[Instance][google.spanner.admin.instance.v1.Instance] from being erased accidentally by clients that do not know
about them.
Property Value
Type
Description
Google.Protobuf.WellKnownTypes.FieldMask
Instance
public Instance Instance { get; set; }
Required. The instance to update, which must always include the instance
name. Otherwise, only fields mentioned in [field_mask][google.spanner.admin.instance.v1.UpdateInstanceRequest.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\u003eThis webpage details the \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e class, which is used to request updates to a Spanner instance within the Google Cloud Spanner Admin Instance V1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 5.0.0-beta05, with previous versions ranging from 5.0.0-beta04 to 3.5.0 also documented here, and each version link will navigate to the correct documentation for it.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e in the Google Protobuf namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e class includes properties for \u003ccode\u003eFieldMask\u003c/code\u003e, to specify which fields to update, and \u003ccode\u003eInstance\u003c/code\u003e, which represents the Spanner instance to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default one, and one that takes another \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e object as a parameter, allowing for easy copying of settings.\u003c/p\u003e\n"]]],[],null,[]]