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-04-09 UTC."],[[["This document outlines the `GetInstanceRequest` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, which is used to request details about a specific Spanner instance."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`GetInstanceRequest` has properties for `FieldMask`, `InstanceName`, and `Name`, with the `Name` property being required and representing the identifier of the instance."],["The document references various versions of the Google Cloud Spanner Admin Instance API, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05, and each of these versions have links to where they are documented."],["Constructors for creating `GetInstanceRequest` objects are available, allowing either an empty request or a copy of an existing `GetInstanceRequest`."]]],[]]