Channel class

A representation of the Channel resource.

A Channel is a resource on which event providers publish their events. The published events are delivered through the transport associated with the channel. Note that a channel is associated with exactly one event provider.

Constructors

Channel({String? activationToken, String? createTime, String? cryptoKeyName, String? name, String? provider, String? pubsubTopic, String? state, String? uid, String? updateTime})
Channel.fromJson(Map json_)

Properties

activationToken String?
The activation token for the channel.
getter/setter pair
createTime String?
The creation time.
getter/setter pair
cryptoKeyName String?
Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the channel.
getter/setter pair
provider String?
The name of the event provider (e.g. Eventarc SaaS partner) associated with the channel.
getter/setter pair
pubsubTopic String?
The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of a Channel.
getter/setter pair
uid String?
Server assigned unique identifier for the channel.
getter/setter pair
updateTime String?
The last-modified time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited