Class IngestionDataSourceSettings.CloudStorage.TextFormat

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage.TextFormat
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, IngestionDataSourceSettings.CloudStorage.TextFormatOrBuilder, Serializable
Enclosing class:
IngestionDataSourceSettings.CloudStorage

public static final class IngestionDataSourceSettings.CloudStorage.TextFormat extends com.google.protobuf.GeneratedMessageV3 implements IngestionDataSourceSettings.CloudStorage.TextFormatOrBuilder
 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.
 
Protobuf type google.pubsub.v1.IngestionDataSourceSettings.CloudStorage.TextFormat
See Also: