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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `UpdateInstanceRequest` class is used to request updates to a Spanner instance in the `Google.Cloud.Spanner.Admin.Instance.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages, equality, deep cloning, and buffering."],["The `UpdateInstanceRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateInstanceRequest` object as a parameter."],["The class contains properties `FieldMask` and `Instance`, which specify the fields to be updated and the instance data, respectively, during the update process."],["There are many versions of the Spanner.Admin.Instance available, ranging from version `3.5.0` to the latest `5.0.0-beta05`."]]],[]]