Class: Google::Cloud::PubSub::V1::CloudStorageConfig::AvroConfig
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::CloudStorageConfig::AvroConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Configuration for writing message data in Avro format. Message payloads and metadata will be written to files as an Avro binary.
Instance Attribute Summary collapse
-
#write_metadata ⇒ ::Boolean
When true, write the subscription name, message_id, publish_time, attributes, and ordering_key as additional fields in the output.
Instance Attribute Details
#write_metadata ⇒ ::Boolean
Returns When true, write the subscription name, message_id, publish_time, attributes, and ordering_key as additional fields in the output.
791 792 793 794 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 791 class AvroConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |