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 provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, specifically version 3.12.0, and covers versions up to 5.0.0-beta05."],["`GetInstanceRequest` is a class used to make requests for `GetInstance` within the Spanner Admin Instance V1 API."],["The `GetInstanceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `FieldMask`, `InstanceName`, and `Name`, which are used to specify details about the instance being requested."],["The page lists numerous previous versions of the Google.Cloud.Spanner.Admin.Instance.V1 package, allowing developers to access documentation for them, as well as the most up to date beta."]]],[]]