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."],[[["This document provides details on the `GetInstanceRequest` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, used to request information about a specific Spanner instance."],["The document lists various versions of the `Google.Cloud.Spanner.Admin.Instance.V1` library, from version 3.5.0 up to the latest beta release 5.0.0-beta05, each providing a different version of the `GetInstanceRequest`."],["The `GetInstanceRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, with the document listing all the inherited members."],["The class has constructors to create a new `GetInstanceRequest` or to clone an existing one, and it includes properties like `FieldMask`, `InstanceName`, and `Name` for customizing the request."],["The `Name` property of the `GetInstanceRequest` class is mandatory and requires a full instance name to be provided in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`."]]],[]]