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-03-21 UTC."],[[["This document provides reference information for the `CreateChannelRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.3.0, which is part of the dotnet library."],["`CreateChannelRequest` is used to create a new channel within Eventarc, with methods and properties to define the request parameters."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for different functionalities, such as message handling, equality comparison, deep cloning, and buffered message handling."],["Key properties include `Channel`, `ChannelId`, `Parent`, `ParentAsLocationName`, and `ValidateOnly`, all used to customize and control the channel creation operation."],["The latest version available is 2.6.0, and the document also provides documentation links to the other previous versions, ranging from 2.5.0 down to 1.0.0, each linked to its version specific documentation."]]],[]]