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.
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\u003eThe webpage details the \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e class, which is used to request an update to a Spanner instance within the Google Cloud environment.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, showcasing its integration with Google's protocol buffers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e class includes properties for \u003ccode\u003eFieldMask\u003c/code\u003e and \u003ccode\u003eInstance\u003c/code\u003e, allowing specification of which fields within the Spanner instance should be updated.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e are available, with the latest being \u003ccode\u003e5.0.0-beta05\u003c/code\u003e, and the current version of the document being \u003ccode\u003e3.8.0\u003c/code\u003e, offering backwards compatibility with many previous versions.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a parameterless one for default initialization and another that accepts another \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e instance for copying.\u003c/p\u003e\n"]]],[],null,[]]