public sealed class GetConfigRequest : IMessage<GetConfigRequest>, IEquatable<GetConfigRequest>, IDeepCloneable<GetConfigRequest>, IBufferMessage, IMessage
[[["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 `GetConfigRequest` class, which is used to request a specific configuration within the Google Cloud Deploy V1 API."],["The `GetConfigRequest` class is available in multiple versions, ranging from version 1.0.0 to the latest version 3.4.0, with links to the specific documentation of each version."],["The `GetConfigRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetConfigRequest` class include `ConfigName` (a `ConfigName`-typed view) and `Name` (a string), both relating to the name of the requested configuration."],["The `GetConfigRequest` class contains two constructors: a parameterless constructor and one that takes another instance of `GetConfigRequest`."]]],[]]