GoogleApi.Connectors.V1.Model.PubSub (google_api_connectors v0.18.0)
View SourcePub/Sub message includes details of the Destination Pub/Sub topic.
Attributes
-
attributes
(type:map()
, default:nil
) - Optional. Pub/Sub message attributes to be added to the Pub/Sub message. -
configVariables
(type:list(GoogleApi.Connectors.V1.Model.ConfigVariable.t)
, default:nil
) - Optional. Configuration for configuring the trigger -
projectId
(type:String.t
, default:nil
) - Required. The project id which has the Pub/Sub topic. -
topicId
(type:String.t
, default:nil
) - Required. The topic id of the Pub/Sub topic.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.PubSub{ attributes: map() | nil, configVariables: [GoogleApi.Connectors.V1.Model.ConfigVariable.t()] | nil, projectId: String.t() | nil, topicId: String.t() | nil }