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-09 UTC."],[[["The `CreateChannelRequest` class is used to send a request to create a channel, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Channel`, `ChannelId`, `Parent`, `ParentAsLocationName`, and `ValidateOnly`, which are required to specify the channel's details, the parent collection, and to indicate whether the request should only be validated."],["There are two constructors available for the `CreateChannelRequest` class: a parameterless constructor and one that takes another `CreateChannelRequest` object as a parameter."],["The namespace for the `CreateChannelRequest` class is `Google.Cloud.Eventarc.V1`, with the current version being `1.3.0`, and it is located within the `Google.Cloud.Eventarc.V1.dll` assembly."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are standard for .NET objects."]]],[]]