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 page provides documentation for the `GetInstanceRequest` class within the Google Cloud Spanner Instance Administration v1 API, specifically in the .NET context."],["The latest version available is `5.0.0-beta05`, with `5.0.0-beta04` also documented along with a range of older versions from `4.6.0` down to `3.5.0`."],["The `GetInstanceRequest` class is used to request a specific instance from the Spanner database and inherits from object, while implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `GetInstanceRequest` class include `FieldMask`, which allows for specifying a subset of Instance fields to be returned, `InstanceName`, which is a typed view of the resource name, and `Name`, which is a required string property that takes the instance name."],["The `GetInstanceRequest` class contains two constructors, a default constructor and one for a copy, allowing for the creation of new `GetInstanceRequest` objects."]]],[]]