Eventarc v1 API - Class ChannelConnection (2.5.0)

public sealed class ChannelConnection : IMessage<ChannelConnection>, IEquatable<ChannelConnection>, IDeepCloneable<ChannelConnection>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class ChannelConnection.

A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.

Inheritance

object > ChannelConnection

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

ChannelConnection()

public ChannelConnection()

ChannelConnection(ChannelConnection)

public ChannelConnection(ChannelConnection other)
Parameter
Name Description
other ChannelConnection

Properties

ActivationToken

public string ActivationToken { get; set; }

Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.

Property Value
Type Description
string

Channel

public string Channel { get; set; }

Required. The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.

Property Value
Type Description
string

ChannelAsChannelName

public ChannelName ChannelAsChannelName { get; set; }

ChannelName-typed view over the Channel resource name property.

Property Value
Type Description
ChannelName

ChannelConnectionName

public ChannelConnectionName ChannelConnectionName { get; set; }

ChannelConnectionName-typed view over the Name resource name property.

Property Value
Type Description
ChannelConnectionName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation time.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Required. The name of the connection.

Property Value
Type Description
string

Uid

public string Uid { get; set; }

Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last-modified time.

Property Value
Type Description
Timestamp