Destination Response
data class DestinationResponse(val cloudFunction: String, val cloudRun: CloudRunResponse, val gke: GKEResponse, val workflow: String)
Represents a target of an invocation over HTTP.
Constructors
Link copied to clipboard
fun DestinationResponse(cloudFunction: String, cloudRun: CloudRunResponse, gke: GKEResponse, workflow: String)
Types
Properties
Link copied to clipboard
The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
This is a read-only field. Creating Cloud Functions V2 triggers is only supported via the Cloud Functions product. An error will be returned if the user sets this value.