public sealed class CreateChannelRequest : IMessage<CreateChannelRequest>, IEquatable<CreateChannelRequest>, IDeepCloneable<CreateChannelRequest>, IBufferMessage, IMessage
The request message for the CreateChannel method.
Implements
IMessage<CreateChannelRequest>, IEquatable<CreateChannelRequest>, IDeepCloneable<CreateChannelRequest>, 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 |
Boolean |