PubsubConfigResponse

data class PubsubConfigResponse(val serviceAccountEmail: String, val state: String, val subscription: String, val topic: String)

PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.

Constructors

Link copied to clipboard
fun PubsubConfigResponse(serviceAccountEmail: String, state: String, subscription: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service account that will make the push request.

Link copied to clipboard

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

Link copied to clipboard

Name of the subscription. Format is projects/{project}/subscriptions/{subscription}.

Link copied to clipboard

The name of the topic from which this subscription is receiving messages. Format is projects/{project}/topics/{topic}.