public sealed class CreateChannelRequest : IMessage<CreateChannelRequest>, IEquatable<CreateChannelRequest>, IDeepCloneable<CreateChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class CreateChannelRequest.
The request message for the CreateChannel method.
Implements
IMessageCreateChannelRequest, IEquatableCreateChannelRequest, IDeepCloneableCreateChannelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
CreateChannelRequest()
public CreateChannelRequest()
CreateChannelRequest(CreateChannelRequest)
public CreateChannelRequest(CreateChannelRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateChannelRequest |
Properties
Channel
public Channel Channel { get; set; }
Required. The channel to create.
Property Value | |
---|---|
Type | Description |
Channel |
ChannelId
public string ChannelId { get; set; }
Required. The user-provided ID to be assigned to the channel.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent collection in which to add this channel.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ValidateOnly
public bool ValidateOnly { get; set; }
Required. If set, validate the request and preview the review, but do not post it.
Property Value | |
---|---|
Type | Description |
bool |