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-04-17 UTC."],[[["The webpage provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, detailing its properties, constructors, and the interfaces it implements."],["It 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 documentation on the `GetInstanceRequest` class."],["The `GetInstanceRequest` class is used to request details of a specific instance, supporting filtering of returned fields through the `FieldMask` property and uniquely identifying the target instance via its `Name` or the `InstanceName` property."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["There are two constructors available for `GetInstanceRequest`, a default constructor, and one that will clone another `GetInstanceRequest` object."]]],[]]