PubsubConfig: Pubsub Config (Build Trigger)

View source: R/buildtrigger_objects.R

PubsubConfigR 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'


googleCloudRunner documentation built on March 18, 2022, 8 p.m.