public static interface Action.InvalidDataFormatOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpectedFormat()
public abstract String getExpectedFormat()The expected data format of the entity.
string expected_format = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The expectedFormat. |
getExpectedFormatBytes()
public abstract ByteString getExpectedFormatBytes()The expected data format of the entity.
string expected_format = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for expectedFormat. |
getNewFormat()
public abstract String getNewFormat()The new unexpected data format within the entity.
string new_format = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The newFormat. |
getNewFormatBytes()
public abstract ByteString getNewFormatBytes()The new unexpected data format within the entity.
string new_format = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<String> |
A list containing the sampledDataLocations. |