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."],[[["This document provides reference documentation for the `GetConfigRequest` class within the Google Cloud Deploy v1 API, detailing its structure and functionality."],["The `GetConfigRequest` class is designed to request a specific configuration, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities."],["The latest version of this documentation is version 3.4.0, and this document pertains to the 2.5.0 version, with numerous previous versions available for reference, as far back as version 1.0.0."],["Key properties within `GetConfigRequest` include `ConfigName` and `Name`, where `ConfigName` is a typed view over the `Name` property, which represents the required name of the requested configuration."],["The `GetConfigRequest` class includes constructors for default initialization and for creating a new instance by copying another `GetConfigRequest` object, providing flexibility in object instantiation."]]],[]]