PubsubConfig {googleCloudRunner} | R Documentation |
Pubsub Config (Build Trigger)
Description
PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
Usage
PubsubConfig(
subscription = NULL,
topic = NULL,
serviceAccountEmail = NULL,
state = NULL
)
Arguments
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. |
Value
A PubsubConfig object
See Also
'https://cloud.google.com/build/docs/api/reference/rest/v1/projects.locations.triggers#BuildTrigger.PubsubConfig'
[Package googleCloudRunner version 0.5.0 Index]