Class: Google::Cloud::Eventarc::V1::Pubsub
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Pubsub
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/trigger.rb
Overview
Represents a Pub/Sub transport.
Instance Attribute Summary collapse
-
#subscription ⇒ ::String
readonly
Output only.
-
#topic ⇒ ::String
Optional.
Instance Attribute Details
#subscription ⇒ ::String (readonly)
275 276 277 278 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 275 class Pubsub include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topic ⇒ ::String
275 276 277 278 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 275 class Pubsub include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |