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-03-21 UTC."],[[["This document outlines the `UpdateInstanceRequest` class, which is used to request updates to a Spanner instance within the Google Cloud Spanner Admin Instance V1 API."],["The `UpdateInstanceRequest` class, which inherits from `Object` and implements several interfaces like `IMessage` and `IEquatable`, is found in the `Google.Cloud.Spanner.Admin.Instance.V1` namespace."],["There are two constructors for the class: a default constructor `UpdateInstanceRequest()` and another that takes another `UpdateInstanceRequest` as a parameter `UpdateInstanceRequest(UpdateInstanceRequest other)`."],["The class has two properties: `FieldMask`, which specifies the fields to update in the instance, and `Instance`, which represents the instance to be updated, including its name."],["The document provides a list of all available versions for this API, ranging from version `3.5.0` up to the latest beta version `5.0.0-beta05`, indicating a history of releases and updates for the `UpdateInstanceRequest` functionality."]]],[]]