public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that
should be returned.
If absent, all [Instance][google.spanner.admin.instance.v1.Instance] fields are returned.
[[["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."],[[["The webpage provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, detailing various versions and implementations."],["The `GetInstanceRequest` class is used to request a specific instance and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Available properties of the `GetInstanceRequest` class include `FieldMask`, `InstanceName`, and `Name`, which are used to specify the fields to return, the instance name object, and the name of the requested instance, respectively."],["The latest stable version is 4.6.0 and the latest version is 5.0.0-beta05, the page also contains numerous previous stable versions, with the earliest listed being 3.5.0."]]],[]]