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, with the latest version being 3.4.0."],["The `GetConfigRequest` class is a request to get a configuration, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document details the constructors of the `GetConfigRequest` class, both the default empty one, and one allowing you to clone an existing `GetConfigRequest` instance."],["It lists the properties `ConfigName` and `Name`, which are essential for identifying and retrieving a specific configuration, and are required parameters."],["The document also provides links to all versions of the `GetConfigRequest` class, ranging from version 1.0.0 all the way up to the latest 3.4.0, as well as including older version information such as inheritance and members."]]],[]]