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"]],[["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."],[[["This document provides reference information for the `CreateChannelRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.2.0, which is part of the .NET library."],["The `CreateChannelRequest` class is used to encapsulate the request parameters for the `CreateChannel` method, enabling users to create a new channel within a specified parent collection."],["Key properties of the `CreateChannelRequest` class include `Channel`, which represents the channel to be created, `ChannelId` for a user-provided channel identifier, `Parent` to specify the parent collection, and `ValidateOnly` for request validation without posting."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the protocol buffer system."],["The document also makes note that this is a `sealed class`, and as such cannot be used as a base class to derive from."]]],[]]