Class: Google::Cloud::Bigquery::AnalyticsHub::V1::PushConfig::NoWrapper
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::PushConfig::NoWrapper
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/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.
330 331 332 333 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/pubsub.rb', line 330 class NoWrapper include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |