Class: Google::Cloud::Scheduler::V1beta1::PubsubTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Scheduler::V1beta1::PubsubTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/scheduler/v1beta1/target.rb
Overview
Pub/Sub target. The job will be delivered by publishing a message to the given Pub/Sub topic.
Defined Under Namespace
Classes: AttributesEntry
Instance Attribute Summary collapse
-
#attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
Attributes for PubsubMessage.
-
#data ⇒ ::String
The message payload for PubsubMessage.
-
#topic_name ⇒ ::String
Required.
Instance Attribute Details
#attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
210 211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/target.rb', line 210 class PubsubTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#data ⇒ ::String
210 211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/target.rb', line 210 class PubsubTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#topic_name ⇒ ::String
210 211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/target.rb', line 210 class PubsubTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |