Package-level declarations

Types

Link copied to clipboard
data class TriggerDestination(val cloudFunction: String? = null, val cloudRunService: TriggerDestinationCloudRunService? = null, val gke: TriggerDestinationGke? = null, val httpEndpoint: TriggerDestinationHttpEndpoint? = null, val networkConfig: TriggerDestinationNetworkConfig? = null, val workflow: String? = null)
Link copied to clipboard
data class TriggerDestinationCloudRunService(val path: String? = null, val region: String? = null, val service: String)
Link copied to clipboard
data class TriggerDestinationGke(val cluster: String, val location: String, val namespace: String, val path: String? = null, val service: String)
Link copied to clipboard
Link copied to clipboard
data class TriggerDestinationNetworkConfig(val networkAttachment: String)
Link copied to clipboard
data class TriggerMatchingCriteria(val attribute: String, val operator: String? = null, val value: String)
Link copied to clipboard
data class TriggerTransport(val pubsub: TriggerTransportPubsub? = null)
Link copied to clipboard
data class TriggerTransportPubsub(val subscription: String? = null, val topic: String? = null)