TriggerPubsubConfig

data class TriggerPubsubConfig(val serviceAccountEmail: String? = null, val state: String? = null, val subscription: String? = null, val topic: String)

Constructors

Link copied to clipboard
constructor(serviceAccountEmail: String? = null, state: String? = null, subscription: String? = null, 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
val state: String? = null

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

Link copied to clipboard
val subscription: String? = null

(Output) Output only. Name of the subscription.

Link copied to clipboard

The name of the topic from which this subscription is receiving messages.