PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
PubsubConfig(
subscription = NULL,
topic = NULL,
serviceAccountEmail = NULL,
state = NULL
)
Output only. Name of the subscription.
The name of the topic from which this subscription is receiving messages.
Service account that will make the push request.
Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
A PubsubConfig object
`https://cloud.google.com/build/docs/api/reference/rest/v1/projects.locations.triggers#BuildTrigger.PubsubConfig`