EventingConfig class
Eventing Configuration of a connection
Constructors
-
EventingConfig.new({List<
ConfigVariable> ? additionalVariables, AuthConfig? authConfig, ConfigVariable? encryptionKey, bool? enrichmentEnabled, String? eventsListenerIngressEndpoint, bool? privateConnectivityEnabled, DestinationConfig? registrationDestinationConfig}) - EventingConfig.fromJson(Map json_)
Properties
-
additionalVariables
↔ List<
ConfigVariable> ? -
Additional eventing related field values
getter/setter pair
- authConfig ↔ AuthConfig?
-
Auth details for the webhook adapter.
getter/setter pair
- encryptionKey ↔ ConfigVariable?
-
Encryption key (can be either Google managed or CMEK).
getter/setter pair
- enrichmentEnabled ↔ bool?
-
Enrichment Enabled.
getter/setter pair
- eventsListenerIngressEndpoint ↔ String?
-
Ingress endpoint of the event listener.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- privateConnectivityEnabled ↔ bool?
-
Private Connectivity Enabled.
getter/setter pair
- registrationDestinationConfig ↔ DestinationConfig?
-
Registration endpoint for auto registration.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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