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
When true, writes the Pub/Sub message metadata to
x-goog-pubsub-<KEY>:<VAL>headers of the HTTP request.
Instance Attribute Details
#write_metadata ⇒ ::Boolean
Returns 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.
669 670 671 672 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 669 class NoWrapper include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |