public sealed class CreateChannelConnectionRequest : IMessage<CreateChannelConnectionRequest>, IEquatable<CreateChannelConnectionRequest>, IDeepCloneable<CreateChannelConnectionRequest>, IBufferMessage, IMessageThe request message for the CreateChannelConnection method.
Implements
IMessage<CreateChannelConnectionRequest>, IEquatable<CreateChannelConnectionRequest>, IDeepCloneable<CreateChannelConnectionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
CreateChannelConnectionRequest()
public CreateChannelConnectionRequest()CreateChannelConnectionRequest(CreateChannelConnectionRequest)
public CreateChannelConnectionRequest(CreateChannelConnectionRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CreateChannelConnectionRequest | 
      
Properties
ChannelConnection
public ChannelConnection ChannelConnection { get; set; }Required. Channel connection to create.
| Property Value | |
|---|---|
| Type | Description | 
ChannelConnection | 
        |
ChannelConnectionId
public string ChannelConnectionId { get; set; }Required. The user-provided ID to be assigned to the channel connection.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Parent
public string Parent { get; set; }Required. The parent collection in which to add this channel connection.
| 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 | 
        |