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 webpage details the `GetInstanceRequest` class, which is used to request a specific instance in the Google Cloud Spanner Admin Instance V1 API."],["The page provides documentation for version 3.13.0 of the Google.Cloud.Spanner.Admin.Instance.V1 library, along with links to older and newer versions of the documentation, including a beta release."],["The `GetInstanceRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The `GetInstanceRequest` class has constructors and properties including `FieldMask`, `InstanceName`, and `Name`, that allow you to define and filter the instance requested."],["The content lists the available versions for the `GetInstanceRequest` class, ranging from 3.5.0 up to the latest beta release of 5.0.0-beta05."]]],[]]