public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class GetInstanceRequest.
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 provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Spanner Instance Administration v1 API, specifically for version 4.6.0."],["The `GetInstanceRequest` class is used to request details about a specific instance, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetInstanceRequest` class include `FieldMask`, to specify the subset of instance fields to be returned, `InstanceName`, which provides a typed view over the resource name property, and `Name`, representing the required name of the requested instance."],["The latest version of the API available is `5.0.0-beta05`, and the documentation covers versions all the way down to `3.5.0`."],["The document details available constructors, `GetInstanceRequest()` and `GetInstanceRequest(GetInstanceRequest other)`, for the class."]]],[]]