public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class UpdateInstanceRequest.
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 webpage provides reference documentation for the `UpdateInstanceRequest` class within the Google Cloud Spanner Instance Administration v1 API for .NET."],["The `UpdateInstanceRequest` class is used to update an existing instance via the `UpdateInstance` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes a list of available versions, ranging from the latest beta version, `5.0.0-beta05`, down to version `3.5.0`, all specifically for the `UpdateInstanceRequest` class."],["Key properties for `UpdateInstanceRequest` include `FieldMask`, which determines which instance fields should be updated, and `Instance`, which specifies the instance to be updated and must contain the instance's name."],["The class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`, and includes constructors to create a new or clone an existing `UpdateInstanceRequest` object."]]],[]]