GoogleCloudConnectorsV1EventingConfig class

Eventing Configuration of a connection

Constructors

GoogleCloudConnectorsV1EventingConfig({List<GoogleCloudConnectorsV1ConfigVariable>? additionalVariables, GoogleCloudConnectorsV1AuthConfig? authConfig, GoogleCloudConnectorsV1EventingConfigDeadLetterConfig? deadLetterConfig, bool? enrichmentEnabled, String? eventsListenerIngressEndpoint, GoogleCloudConnectorsV1AuthConfig? listenerAuthConfig, bool? privateConnectivityEnabled, GoogleCloudConnectorsV1DestinationConfig? proxyDestinationConfig, GoogleCloudConnectorsV1DestinationConfig? registrationDestinationConfig})
GoogleCloudConnectorsV1EventingConfig.fromJson(Map json_)

Properties

additionalVariables List<GoogleCloudConnectorsV1ConfigVariable>?
Additional eventing related field values
getter/setter pair
authConfig GoogleCloudConnectorsV1AuthConfig?
Auth details for the webhook adapter.
getter/setter pair
deadLetterConfig GoogleCloudConnectorsV1EventingConfigDeadLetterConfig?
Dead letter configuration for eventing of a connection.
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
listenerAuthConfig GoogleCloudConnectorsV1AuthConfig?
Auth details for the event listener.
getter/setter pair
privateConnectivityEnabled bool?
Private Connectivity Enabled.
getter/setter pair
proxyDestinationConfig GoogleCloudConnectorsV1DestinationConfig?
Proxy for Eventing auto-registration.
getter/setter pair
registrationDestinationConfig GoogleCloudConnectorsV1DestinationConfig?
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