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
-
#use_topic_schema ⇒ ::Boolean
Optional.
-
#write_metadata ⇒ ::Boolean
Optional.
Instance Attribute Details
#use_topic_schema ⇒ ::Boolean
1642 1643 1644 1645 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1642 class AvroConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#write_metadata ⇒ ::Boolean
1642 1643 1644 1645 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1642 class AvroConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |