Repository Pubsub Config
data class RepositoryPubsubConfig(val messageFormat: String, val serviceAccountEmail: String? = null, val topic: String)
Constructors
Link copied to clipboard
fun RepositoryPubsubConfig(messageFormat: String, serviceAccountEmail: String? = null, topic: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.