Class: Google::Cloud::PubSub::V1::PushConfig::NoWrapper
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::PushConfig::NoWrapper
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Sets the data
field as the HTTP body for delivery.
Instance Attribute Summary collapse
-
#write_metadata ⇒ ::Boolean
Optional.
Instance Attribute Details
#write_metadata ⇒ ::Boolean
Returns Optional. When true, writes the Pub/Sub message metadata to
x-goog-pubsub-<KEY>:<VAL>
headers of the HTTP request. Writes the
Pub/Sub message attributes to <KEY>:<VAL>
headers of the HTTP request.
981 982 983 984 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 981 class NoWrapper include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |