Interface Action.InvalidDataFormatOrBuilder (1.39.0)

public static interface Action.InvalidDataFormatOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpectedFormat()

public abstract String getExpectedFormat()

The expected data format of the entity.

string expected_format = 2;

Returns
TypeDescription
String

The expectedFormat.

getExpectedFormatBytes()

public abstract ByteString getExpectedFormatBytes()

The expected data format of the entity.

string expected_format = 2;

Returns
TypeDescription
ByteString

The bytes for expectedFormat.

getNewFormat()

public abstract String getNewFormat()

The new unexpected data format within the entity.

string new_format = 3;

Returns
TypeDescription
String

The newFormat.

getNewFormatBytes()

public abstract ByteString getNewFormatBytes()

The new unexpected data format within the entity.

string new_format = 3;

Returns
TypeDescription
ByteString

The bytes for newFormat.

getSampledDataLocations(int index)

public abstract String getSampledDataLocations(int index)

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The sampledDataLocations at the given index.

getSampledDataLocationsBytes(int index)

public abstract ByteString getSampledDataLocationsBytes(int index)

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the sampledDataLocations at the given index.

getSampledDataLocationsCount()

public abstract int getSampledDataLocationsCount()

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 1;

Returns
TypeDescription
int

The count of sampledDataLocations.

getSampledDataLocationsList()

public abstract List<String> getSampledDataLocationsList()

The list of data locations sampled and used for format/schema inference.

repeated string sampled_data_locations = 1;

Returns
TypeDescription
List<String>

A list containing the sampledDataLocations.