public interface CsvOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
int |
getDataRowsCount()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<Csv.CsvRow> |
getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
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.
|
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.
|
String |
getHeaders(int index)
The list of headers for data columns in a CSV file.
|
com.google.protobuf.ByteString |
getHeadersBytes(int index)
The list of headers for data columns in a CSV file.
|
int |
getHeadersCount()
The list of headers for data columns in a CSV file.
|
List<String> |
getHeadersList()
The list of headers for data columns in a CSV file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getHeadersList()
The list of headers for data columns in a CSV file.
repeated string headers = 1;int getHeadersCount()
The list of headers for data columns in a CSV file.
repeated string headers = 1;String getHeaders(int index)
The list of headers for data columns in a CSV file.
repeated string headers = 1;index - The index of the element to return.com.google.protobuf.ByteString getHeadersBytes(int index)
The list of headers for data columns in a CSV file.
repeated string headers = 1;index - The index of the value to return.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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.