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.CsvRowCsv.CsvRow.Builder. build()Csv.CsvRowCsv.CsvRow.Builder. buildPartial()Csv.CsvRowCsv.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.CsvRowCsv. getDataRows(int index)The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.Csv.CsvRowCsvOrBuilder. 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.CsvRowCsv.CsvRow. getDefaultInstance()Csv.CsvRowCsv.CsvRow.Builder. getDefaultInstanceForType()Csv.CsvRowCsv.CsvRow. getDefaultInstanceForType()static Csv.CsvRowCsv.CsvRow. parseDelimitedFrom(InputStream input)static Csv.CsvRowCsv.CsvRow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Csv.CsvRowCsv.CsvRow. parseFrom(byte[] data)static Csv.CsvRowCsv.CsvRow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Csv.CsvRowCsv.CsvRow. parseFrom(com.google.protobuf.ByteString data)static Csv.CsvRowCsv.CsvRow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Csv.CsvRowCsv.CsvRow. parseFrom(com.google.protobuf.CodedInputStream input)static Csv.CsvRowCsv.CsvRow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Csv.CsvRowCsv.CsvRow. parseFrom(InputStream input)static Csv.CsvRowCsv.CsvRow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Csv.CsvRowCsv.CsvRow. parseFrom(ByteBuffer data)static Csv.CsvRowCsv.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.BuilderCsv.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.BuilderCsv.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.BuilderCsv.CsvRow.Builder. mergeFrom(Csv.CsvRow other)static Csv.CsvRow.BuilderCsv.CsvRow. newBuilder(Csv.CsvRow prototype)Csv.BuilderCsv.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.BuilderCsv.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.
-