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 outlines the `GetInstanceRequest` class, which is used to request details of a specific instance within Google Cloud Spanner."],["The `GetInstanceRequest` class is part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace and is available in multiple versions, with `5.0.0-beta05` being the latest version listed."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["`GetInstanceRequest` includes properties like `FieldMask`, `InstanceName`, and `Name` to specify which fields of an instance should be returned and to identify the requested instance."],["There are two constructors provided for creating a `GetInstanceRequest` object: a default constructor and a copy constructor that takes another `GetInstanceRequest` as a parameter."]]],[]]