GetRepositoryPubsubConfig

data class GetRepositoryPubsubConfig(val messageFormat: String, val serviceAccountEmail: String, val topic: String)

Constructors

Link copied to clipboard
constructor(messageFormat: String, serviceAccountEmail: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the Cloud Pub/Sub messages.

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.

Link copied to clipboard