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 documentation for the `GetConfigRequest` class within the Google Cloud Deploy v1 API for .NET."],["The latest version available is 3.4.0, with a range of previous versions accessible down to 1.0.0."],["The `GetConfigRequest` class is a request to retrieve configuration details and is part of the `Google.Cloud.Deploy.V1` namespace."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like message handling and cloning."],["The `GetConfigRequest` class has two constructors and two properties: `ConfigName` (a ConfigName-typed view) and `Name` (a string representing the configuration name), used to define the requested configuration."]]],[]]