Uses of Interface
com.google.cloud.advisorynotifications.v1.Csv.CsvRowOrBuilder
-
Packages that use Csv.CsvRowOrBuilder Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Csv.CsvRowOrBuilder in com.google.cloud.advisorynotifications.v1
Classes in com.google.cloud.advisorynotifications.v1 that implement Csv.CsvRowOrBuilder Modifier and Type Class Description static class
Csv.CsvRow
A representation of a single data row in a CSV file.static class
Csv.CsvRow.Builder
A representation of a single data row in a CSV file.Methods in com.google.cloud.advisorynotifications.v1 that return Csv.CsvRowOrBuilder Modifier and Type Method Description Csv.CsvRowOrBuilder
Csv.Builder. getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.CsvRowOrBuilder
Csv. getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.CsvRowOrBuilder
CsvOrBuilder. getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type Csv.CsvRowOrBuilder Modifier and Type Method Description List<? extends Csv.CsvRowOrBuilder>
Csv.Builder. getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.List<? extends Csv.CsvRowOrBuilder>
Csv. getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.List<? extends Csv.CsvRowOrBuilder>
CsvOrBuilder. getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
-