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 .NET."],["The `GetInstanceRequest` class is used to request details of a specific instance, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers properties such as `FieldMask`, `InstanceName`, and `Name` to specify which fields to return and identify the requested instance."],["It lists the available versions of the `GetInstanceRequest`, starting from version 3.5.0 up to the latest beta version, 5.0.0-beta05, providing links to each version's specific documentation."],["The document details the constructors for `GetInstanceRequest`, including a default constructor and one that copies from another `GetInstanceRequest` instance."]]],[]]