public interface CsvOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<String> |
A list containing the headers. |