Interface CsvOrBuilder (0.30.0)

public interface CsvOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataRows(int index)

public abstract Csv.CsvRow getDataRows(int index)

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Csv.CsvRow

getDataRowsCount()

public abstract int getDataRowsCount()

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;

Returns
TypeDescription
int

getDataRowsList()

public abstract List<Csv.CsvRow> getDataRowsList()

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;

Returns
TypeDescription
List<CsvRow>

getDataRowsOrBuilder(int index)

public abstract Csv.CsvRowOrBuilder getDataRowsOrBuilder(int index)

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Csv.CsvRowOrBuilder

getDataRowsOrBuilderList()

public abstract List<? extends Csv.CsvRowOrBuilder> getDataRowsOrBuilderList()

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;

Returns
TypeDescription
List<? extends com.google.cloud.advisorynotifications.v1.Csv.CsvRowOrBuilder>

getHeaders(int index)

public abstract String getHeaders(int index)

The list of headers for data columns in a CSV file.

repeated string headers = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The headers at the given index.

getHeadersBytes(int index)

public abstract ByteString getHeadersBytes(int index)

The list of headers for data columns in a CSV file.

repeated string headers = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the headers at the given index.

getHeadersCount()

public abstract int getHeadersCount()

The list of headers for data columns in a CSV file.

repeated string headers = 1;

Returns
TypeDescription
int

The count of headers.

getHeadersList()

public abstract List<String> getHeadersList()

The list of headers for data columns in a CSV file.

repeated string headers = 1;

Returns
TypeDescription
List<String>

A list containing the headers.