Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::IngestionDataSourceSettings::CloudStorage::TextFormat.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delimiter
def delimiter() -> ::String
Returns
- (::String) — Optional. When unset, '\n' is used.
#delimiter=
def delimiter=(value) -> ::String
Parameter
- value (::String) — Optional. When unset, '\n' is used.
Returns
- (::String) — Optional. When unset, '\n' is used.