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 latest version available for the Google Cloud Deploy v1 API's `GetConfigRequest` is 3.4.0, with multiple versions available for reference, going down to version 1.0.0."],["This document provides reference documentation and code samples for the `GetConfigRequest` class within the Google Cloud Deploy v1 API."],["The `GetConfigRequest` class, used to retrieve a configuration, inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor and one that accepts another `GetConfigRequest` instance, allowing for creating a copy."],["The `GetConfigRequest` class has two key properties, `ConfigName` which is a typed view over the resource name, and `Name` which is a string representing the required name of the configuration."]]],[]]