public sealed class CreateChannelRequest : IMessage<CreateChannelRequest>, IEquatable<CreateChannelRequest>, IDeepCloneable<CreateChannelRequest>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["The `CreateChannelRequest` class is used to send a request to create a channel in the Google Cloud Eventarc service, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows the specification of required parameters such as the `Channel`, `ChannelId`, and `Parent` when creating a channel."],["The `ParentAsLocationName` property provides a strongly-typed view of the `Parent` resource name, utilizing the `LocationName` type."],["The class includes a `ValidateOnly` property, which allows for the validation of the request without actually posting it, for preview purposes."],["This class is located in the `Google.Cloud.Eventarc.V1` namespace and is available in the `Google.Cloud.Eventarc.V1.dll` assembly."]]],[]]