You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/connectors/lib/google_api/connectors/v1/model/eventing_config.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ defmodule GoogleApi.Connectors.V1.Model.EventingConfig do
24
24
* `additionalVariables` (*type:* `list(GoogleApi.Connectors.V1.Model.ConfigVariable.t)`, *default:* `nil`) - Optional. Additional eventing related field values
25
25
* `authConfig` (*type:* `GoogleApi.Connectors.V1.Model.AuthConfig.t`, *default:* `nil`) - Optional. Auth details for the webhook adapter.
26
26
* `deadLetterConfig` (*type:* `GoogleApi.Connectors.V1.Model.DeadLetterConfig.t`, *default:* `nil`) - Optional. Dead letter configuration for eventing of a connection.
* `eventsListenerIngressEndpoint` (*type:* `String.t`, *default:* `nil`) - Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
29
30
* `listenerAuthConfig` (*type:* `GoogleApi.Connectors.V1.Model.AuthConfig.t`, *default:* `nil`) - Optional. Auth details for the event listener.
@@ -38,6 +39,7 @@ defmodule GoogleApi.Connectors.V1.Model.EventingConfig do
0 commit comments