Class: Google::Cloud::Eventarc::V1::Transport
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Transport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/trigger.rb
Overview
Represents the transport intermediaries created for the trigger to deliver events.
Instance Attribute Summary collapse
-
#pubsub ⇒ ::Google::Cloud::Eventarc::V1::Pubsub
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
Instance Attribute Details
#pubsub ⇒ ::Google::Cloud::Eventarc::V1::Pubsub
Returns The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
193 194 195 196 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 193 class Transport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |