| Modifier and Type | Method and Description |
|---|---|
CSVOptions |
CSVOptions.Builder.build() |
CSVOptions |
CSVOptions.Builder.buildPartial() |
CSVOptions |
ReportConfigOrBuilder.getCsvOptions()
Options for CSV formatted reports.
|
CSVOptions |
ReportConfig.getCsvOptions()
Options for CSV formatted reports.
|
CSVOptions |
ReportConfig.Builder.getCsvOptions()
Options for CSV formatted reports.
|
static CSVOptions |
CSVOptions.getDefaultInstance() |
CSVOptions |
CSVOptions.getDefaultInstanceForType() |
CSVOptions |
CSVOptions.Builder.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(ByteBuffer data) |
static CSVOptions |
CSVOptions.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CSVOptions> |
CSVOptions.getParserForType() |
static com.google.protobuf.Parser<CSVOptions> |
CSVOptions.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2024 Google LLC. All rights reserved.