Uses of Class
com.google.cloud.advisorynotifications.v1.Csv.CsvRow
-
Packages that use Csv.CsvRow Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Csv.CsvRow in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Csv.CsvRow Modifier and Type Method Description Csv.CsvRow
Csv.CsvRow.Builder. build()
Csv.CsvRow
Csv.CsvRow.Builder. buildPartial()
Csv.CsvRow
Csv.Builder. getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.CsvRow
Csv. getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.CsvRow
CsvOrBuilder. getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.static Csv.CsvRow
Csv.CsvRow. getDefaultInstance()
Csv.CsvRow
Csv.CsvRow.Builder. getDefaultInstanceForType()
Csv.CsvRow
Csv.CsvRow. getDefaultInstanceForType()
static Csv.CsvRow
Csv.CsvRow. parseDelimitedFrom(InputStream input)
static Csv.CsvRow
Csv.CsvRow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Csv.CsvRow
Csv.CsvRow. parseFrom(byte[] data)
static Csv.CsvRow
Csv.CsvRow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Csv.CsvRow
Csv.CsvRow. parseFrom(com.google.protobuf.ByteString data)
static Csv.CsvRow
Csv.CsvRow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Csv.CsvRow
Csv.CsvRow. parseFrom(com.google.protobuf.CodedInputStream input)
static Csv.CsvRow
Csv.CsvRow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Csv.CsvRow
Csv.CsvRow. parseFrom(InputStream input)
static Csv.CsvRow
Csv.CsvRow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Csv.CsvRow
Csv.CsvRow. parseFrom(ByteBuffer data)
static Csv.CsvRow
Csv.CsvRow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type Csv.CsvRow Modifier and Type Method Description List<Csv.CsvRow>
Csv.Builder. getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.List<Csv.CsvRow>
Csv. getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.List<Csv.CsvRow>
CsvOrBuilder. getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.com.google.protobuf.Parser<Csv.CsvRow>
Csv.CsvRow. getParserForType()
static com.google.protobuf.Parser<Csv.CsvRow>
Csv.CsvRow. parser()
Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Csv.CsvRow Modifier and Type Method Description Csv.Builder
Csv.Builder. addDataRows(int index, Csv.CsvRow value)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.Builder
Csv.Builder. addDataRows(Csv.CsvRow value)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.CsvRow.Builder
Csv.CsvRow.Builder. mergeFrom(Csv.CsvRow other)
static Csv.CsvRow.Builder
Csv.CsvRow. newBuilder(Csv.CsvRow prototype)
Csv.Builder
Csv.Builder. setDataRows(int index, Csv.CsvRow value)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Method parameters in com.google.cloud.advisorynotifications.v1 with type arguments of type Csv.CsvRow Modifier and Type Method Description Csv.Builder
Csv.Builder. addAllDataRows(Iterable<? extends Csv.CsvRow> values)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
-