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 information about a specific instance in the Google Cloud Spanner Admin API."],["The latest stable version available for this class is 4.6.0, and the latest beta version is 5.0.0-beta05, with several older versions also listed for reference."],["The `GetInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, comparison, and cloning."],["Key properties of the `GetInstanceRequest` class include `FieldMask` to specify which instance fields to return, and `InstanceName` and `Name` for identifying the instance in question."],["The `GetInstanceRequest` class can be constructed with a default constructor or by copying an existing `GetInstanceRequest` object."]]],[]]