public sealed class CreateChannelRequest : IMessage<CreateChannelRequest>, IEquatable<CreateChannelRequest>, IDeepCloneable<CreateChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class CreateChannelRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateChannelRequest` class within the Google Cloud Eventarc v1 API, detailing its properties, inheritance, and implementation of various interfaces."],["The `CreateChannelRequest` class is used to send requests for creating a new channel in Eventarc, which is essential for managing event routing within the platform."],["The latest version of the `CreateChannelRequest` documentation is for version 2.6.0, while previous versions from 1.0.0 to 2.5.0 are also available, accessible via links to their respective documentation."],["Key properties for `CreateChannelRequest` include `Channel` (the channel to create), `ChannelId` (a user-provided ID), `Parent` (the parent collection), and `ValidateOnly` (a flag for request validation)."],["The class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class, indicating its role in message handling and object operations."]]],[]]