type property

String? type
getter/setter pair

type of the destination Possible string values are:

  • "TYPE_UNSPECIFIED" : Default state.
  • "ENDPOINT" : Endpoint - Hit the value of endpoint when event is received
  • "GCS" : Cloud Storage - Write the event to Cloud Storage bucket
  • "PUBSUB" : Pub/Sub - Write the event to Pub/Sub topic

Implementation

core.String? type;