Eventarc v1 API - Class CreateChannelConnectionRequest (2.4.0)

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.

Inheritance

object > CreateChannelConnectionRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

CreateChannelConnectionRequest()

public CreateChannelConnectionRequest()

CreateChannelConnectionRequest(CreateChannelConnectionRequest)

public CreateChannelConnectionRequest(CreateChannelConnectionRequest other)
Parameter
NameDescription
otherCreateChannelConnectionRequest

Properties

ChannelConnection

public ChannelConnection ChannelConnection { get; set; }

Required. Channel connection to create.

Property Value
TypeDescription
ChannelConnection

ChannelConnectionId

public string ChannelConnectionId { get; set; }

Required. The user-provided ID to be assigned to the channel connection.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent collection in which to add this channel connection.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName