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\u003eThis document outlines the \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e class, which is used to request updates to a Google Cloud Spanner instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateInstanceRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Spanner.Admin.Instance.V1\u003c/code\u003e namespace, and it exists in the \u003ccode\u003eGoogle.Cloud.Spanner.Admin.Instance.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent stable version of this API that is covered by the provided content is version 3.14.0, however there are multiple other past stable releases, as well as a beta release version of 5.0.0-beta05.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two constructors, a default \u003ccode\u003eUpdateInstanceRequest()\u003c/code\u003e and a copy constructor \u003ccode\u003eUpdateInstanceRequest(UpdateInstanceRequest other)\u003c/code\u003e, and has two key properties: \u003ccode\u003eFieldMask\u003c/code\u003e and \u003ccode\u003eInstance\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFieldMask\u003c/code\u003e property specifies which fields in an instance should be updated, while the \u003ccode\u003eInstance\u003c/code\u003e property holds the data for the instance to be updated, including its name.\u003c/p\u003e\n"]]],[],null,[]]