Interface IngestionDataSourceSettings.CloudStorage.TextFormatOrBuilder (1.133.1)

public static interface IngestionDataSourceSettings.CloudStorage.TextFormatOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDelimiter()

public abstract String getDelimiter()

Optional. When unset, '\n' is used.

optional string delimiter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The delimiter.

getDelimiterBytes()

public abstract ByteString getDelimiterBytes()

Optional. When unset, '\n' is used.

optional string delimiter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for delimiter.

hasDelimiter()

public abstract boolean hasDelimiter()

Optional. When unset, '\n' is used.

optional string delimiter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the delimiter field is set.