GoogleApi.SourceRepo.V1.Model.PubsubConfig (google_api_source_repo v0.16.1) View Source
Configuration to publish a Cloud Pub/Sub message.
Attributes
-
messageFormat
(type:String.t
, default:nil
) - The format of the Cloud Pub/Sub messages. -
serviceAccountEmail
(type:String.t
, default:nil
) - Email address of the service account used for publishing Cloud Pub/Sub messages. This service account needs to be in the same project as the PubsubConfig. When added, the caller needs to have iam.serviceAccounts.actAs permission on this service account. If unspecified, it defaults to the compute engine default service account. -
topic
(type:String.t
, default:nil
) - A topic of Cloud Pub/Sub. Values are of the formprojects//topics/
. The project needs to be the same project as this config is in.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.