Uses of Interface
com.google.cloud.advisorynotifications.v1.CsvOrBuilder
-
Packages that use CsvOrBuilder Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of CsvOrBuilder in com.google.cloud.advisorynotifications.v1
Classes in com.google.cloud.advisorynotifications.v1 that implement CsvOrBuilder Modifier and Type Class Description class
Csv
A representation of a CSV file attachment, as a list of column headers and a list of data rows.static class
Csv.Builder
A representation of a CSV file attachment, as a list of column headers and a list of data rows.Methods in com.google.cloud.advisorynotifications.v1 that return CsvOrBuilder Modifier and Type Method Description CsvOrBuilder
Attachment.Builder. getCsvOrBuilder()
A CSV file attachment.CsvOrBuilder
Attachment. getCsvOrBuilder()
A CSV file attachment.CsvOrBuilder
AttachmentOrBuilder. getCsvOrBuilder()
A CSV file attachment.
-