View source: R/buildtrigger_objects.R
PubsubConfig | R Documentation |
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
)
subscription |
Output only. Name of the subscription. |
topic |
The name of the topic from which this subscription is receiving messages. |
serviceAccountEmail |
Service account that will make the push request. |
state |
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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.