public sealed class CreateChannelConnectionRequest : IMessage<CreateChannelConnectionRequest>, IEquatable<CreateChannelConnectionRequest>, IDeepCloneable<CreateChannelConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class CreateChannelConnectionRequest.
The request message for the CreateChannelConnection method.
Implements
IMessageCreateChannelConnectionRequest, IEquatableCreateChannelConnectionRequest, IDeepCloneableCreateChannelConnectionRequest, 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 |