public sealed class GetGoogleChannelConfigRequest : IMessage<GetGoogleChannelConfigRequest>, IEquatable<GetGoogleChannelConfigRequest>, IDeepCloneable<GetGoogleChannelConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetGoogleChannelConfigRequest.
The request message for the GetGoogleChannelConfig method.
[[["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 `GetGoogleChannelConfigRequest` class within the Eventarc v1 API for .NET, including its usage, constructors, properties, and inheritance."],["The `GetGoogleChannelConfigRequest` class is a request message used to retrieve a specific Google Channel Config, with the latest version being 2.6.0 and a range of versions from 1.0.0 to 2.6.0 being documented."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing methods and properties for configuration management."],["Key properties of `GetGoogleChannelConfigRequest` include `GoogleChannelConfigName` which provides a type-safe view of the resource name, and `Name`, a string representing the required name of the config to retrieve."],["The `GetGoogleChannelConfigRequest` class has two constructors, one being empty, and another allowing the request to be initialized with another object of the same type."]]],[]]