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-04-01 UTC."],[[["This webpage provides documentation for the `GetInstanceConfigRequest` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, specifically version 3.13.0."],["`GetInstanceConfigRequest` is used to request a specific instance configuration, as detailed in the `google.spanner.admin.instance.v1.InstanceAdmin.GetInstanceConfig` documentation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The page lists various versions of the documentation, ranging from 3.5.0 to the latest beta release of 5.0.0-beta05, which are clickable links for easy access."],["The GetInstanceConfigRequest class has two constructors and also contains two properties: `InstanceConfigName` which provides a typed view of the `Name` property, and `Name` which is a string that represents the instance configuration name."]]],[]]