public sealed class GetInstanceConfigRequest : IMessage<GetInstanceConfigRequest>, IEquatable<GetInstanceConfigRequest>, IDeepCloneable<GetInstanceConfigRequest>, IBufferMessage, IMessage
The request for
[GetInstanceConfigRequest][google.spanner.admin.instance.v1.InstanceAdmin.GetInstanceConfig].
[[["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 webpage details the `GetInstanceConfigRequest` class, which is used to request instance configurations from Google Cloud Spanner."],["The `GetInstanceConfigRequest` class is part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace and is implemented in the `Google.Cloud.Spanner.Admin.Instance.V1.dll` assembly."],["The latest version, as well as previous versions, are documented including 5.0.0-beta05 which is the latest version, and all the way down to version 3.5.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceConfigRequest` class has two constructors, one default constructor and another that takes another `GetInstanceConfigRequest` as a parameter, along with properties like `InstanceConfigName` and `Name`."]]],[]]