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 webpage provides reference documentation for the `GetConfigRequest` class within the Google Cloud Deploy v1 API."],["The latest version of the API documented here is 3.4.0, with previous versions listed, including the current version of 2.8.0."],["`GetConfigRequest` is a request class that inherits from multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `ConfigName`, which is a typed view of the name resource, and `Name`, which is a string representing the required name of a requested configuration."],["There are two constructors available, one being the empty `GetConfigRequest()`, and the other a copy constructor, `GetConfigRequest(GetConfigRequest other)`, to duplicate another instance of the class."]]],[]]