Uses of Class
com.google.cloud.storageinsights.v1.CSVOptions
-
Packages that use CSVOptions Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of CSVOptions in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return CSVOptions Modifier and Type Method Description CSVOptions
CSVOptions.Builder. build()
CSVOptions
CSVOptions.Builder. buildPartial()
CSVOptions
ReportConfig.Builder. getCsvOptions()
Options for CSV formatted reports.CSVOptions
ReportConfig. getCsvOptions()
Options for CSV formatted reports.CSVOptions
ReportConfigOrBuilder. getCsvOptions()
Options for CSV formatted reports.static CSVOptions
CSVOptions. getDefaultInstance()
CSVOptions
CSVOptions.Builder. getDefaultInstanceForType()
CSVOptions
CSVOptions. getDefaultInstanceForType()
static CSVOptions
CSVOptions. parseDelimitedFrom(InputStream input)
static CSVOptions
CSVOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CSVOptions
CSVOptions. parseFrom(byte[] data)
static CSVOptions
CSVOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CSVOptions
CSVOptions. parseFrom(com.google.protobuf.ByteString data)
static CSVOptions
CSVOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CSVOptions
CSVOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static CSVOptions
CSVOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CSVOptions
CSVOptions. parseFrom(InputStream input)
static CSVOptions
CSVOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CSVOptions
CSVOptions. parseFrom(ByteBuffer data)
static CSVOptions
CSVOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type CSVOptions Modifier and Type Method Description com.google.protobuf.Parser<CSVOptions>
CSVOptions. getParserForType()
static com.google.protobuf.Parser<CSVOptions>
CSVOptions. parser()
Methods in com.google.cloud.storageinsights.v1 with parameters of type CSVOptions Modifier and Type Method Description ReportConfig.Builder
ReportConfig.Builder. mergeCsvOptions(CSVOptions value)
Options for CSV formatted reports.CSVOptions.Builder
CSVOptions.Builder. mergeFrom(CSVOptions other)
static CSVOptions.Builder
CSVOptions. newBuilder(CSVOptions prototype)
ReportConfig.Builder
ReportConfig.Builder. setCsvOptions(CSVOptions value)
Options for CSV formatted reports.
-