public sealed class ChannelConnection : IMessage<ChannelConnection>, IEquatable<ChannelConnection>, IDeepCloneable<ChannelConnection>, IBufferMessage, IMessage
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.
Implements
IMessage<ChannelConnection>, IEquatable<ChannelConnection>, IDeepCloneable<ChannelConnection>, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
ChannelConnection()
public ChannelConnection()
ChannelConnection(ChannelConnection)
public ChannelConnection(ChannelConnection other)
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.
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.
Type | Description |
String |
ChannelAsChannelName
public ChannelName ChannelAsChannelName { get; set; }
ChannelName-typed view over the Channel resource name property.
Type | Description |
ChannelName |
ChannelConnectionName
public ChannelConnectionName ChannelConnectionName { get; set; }
ChannelConnectionName-typed view over the Name resource name property.
Type | Description |
ChannelConnectionName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The creation time.
Type | Description |
Timestamp |
Name
public string Name { get; set; }
Required. The name of the connection.
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.
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last-modified time.
Type | Description |
Timestamp |