TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs

data class TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs(val delimiter: Output<String>? = null) : ConvertibleToJava<TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs>

Constructors

constructor(delimiter: Output<String>? = null)

Properties

Link copied to clipboard
val delimiter: Output<String>? = null

The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.

Functions

Link copied to clipboard
open override fun toJava(): TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs