textFormat

@JvmName(name = "mrnfrdskbthnthcd")
suspend fun textFormat(value: Output<TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs>)
@JvmName(name = "ljyxmkcogaawvfox")
suspend fun textFormat(value: TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs?)

Parameters

value

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. Structure is documented below.


@JvmName(name = "shkhvxfuthkkpkos")
suspend fun textFormat(argument: suspend TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsBuilder.() -> Unit)

Parameters

argument

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. Structure is documented below.