public sealed class GetConfigRequest : IMessage<GetConfigRequest>, IEquatable<GetConfigRequest>, IDeepCloneable<GetConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetConfigRequest.
[[["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."],[[["The `GetConfigRequest` class is part of the Google Cloud Deploy v1 API and is used to request configuration details."],["The latest version of `GetConfigRequest` is 3.4.0, and multiple older versions are documented, ranging down to version 1.0.0."],["This class inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConfigRequest` class has properties like `ConfigName` (a typed view) and `Name` (a string), where `Name` is a required field specifying the requested configuration's name."],["There are two constructors, one default and another that accepts a `GetConfigRequest` parameter for copying an existing instance."]]],[]]