Class: Google::Cloud::Eventarc::V1::Destination
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Destination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/trigger.rb
Overview
Represents a target of an invocation over HTTP.
Instance Attribute Summary collapse
-
#cloud_function ⇒ ::String
The Cloud Function resource name.
-
#cloud_run ⇒ ::Google::Cloud::Eventarc::V1::CloudRun
Cloud Run fully-managed resource that receives the events.
-
#gke ⇒ ::Google::Cloud::Eventarc::V1::GKE
A GKE service capable of receiving events.
-
#workflow ⇒ ::String
The resource name of the Workflow whose Executions are triggered by the events.
Instance Attribute Details
#cloud_function ⇒ ::String
Returns The Cloud Function resource name. Only Cloud Functions V2 is supported.
Format: projects/{project}/locations/{location}/functions/{function}
.
160 161 162 163 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 160 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_run ⇒ ::Google::Cloud::Eventarc::V1::CloudRun
Returns Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.
160 161 162 163 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 160 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gke ⇒ ::Google::Cloud::Eventarc::V1::GKE
Returns A GKE service capable of receiving events. The service should be running in the same project as the trigger.
160 161 162 163 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 160 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow ⇒ ::String
Returns The resource name of the Workflow whose Executions are triggered by
the events. The Workflow resource should be deployed in the same project
as the trigger.
Format: projects/{project}/locations/{location}/workflows/{workflow}
.
160 161 162 163 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 160 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |