Class: Google::Cloud::PubSub::V1::IngestionDataSourceSettings::CloudStorage::TextFormat
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::IngestionDataSourceSettings::CloudStorage::TextFormat
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Configuration for reading Cloud Storage data in text format. Each line of
text as specified by the delimiter will be set to the data
field of a
Pub/Sub message.
Instance Attribute Summary collapse
-
#delimiter ⇒ ::String
Optional.
Instance Attribute Details
#delimiter ⇒ ::String
Returns Optional. When unset, '\n' is used.
184 185 186 187 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 184 class TextFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |