public static interface Csv.CsvRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntries(int index)
The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
|
com.google.protobuf.ByteString |
getEntriesBytes(int index)
The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
|
int |
getEntriesCount()
The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
|
List<String> |
getEntriesList()
The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getEntriesList()
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;int getEntriesCount()
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;String getEntries(int index)
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;index - The index of the element to return.com.google.protobuf.ByteString getEntriesBytes(int index)
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.