GoogleChannelConfig class

A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region.

Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.

Constructors

GoogleChannelConfig({String? cryptoKeyName, String? name, String? updateTime})
GoogleChannelConfig.fromJson(Map json_)

Properties

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 config.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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