| Modifier and Type | Method and Description |
|---|---|
CsvInstruction |
CsvInstruction.Builder.build() |
CsvInstruction |
CsvInstruction.Builder.buildPartial() |
CsvInstruction |
Instruction.getCsvInstruction()
One of CSV and PDF instruction is required.
|
CsvInstruction |
Instruction.Builder.getCsvInstruction()
One of CSV and PDF instruction is required.
|
CsvInstruction |
InstructionOrBuilder.getCsvInstruction()
One of CSV and PDF instruction is required.
|
static CsvInstruction |
CsvInstruction.getDefaultInstance() |
CsvInstruction |
CsvInstruction.getDefaultInstanceForType() |
CsvInstruction |
CsvInstruction.Builder.getDefaultInstanceForType() |
static CsvInstruction |
CsvInstruction.parseDelimitedFrom(InputStream input) |
static CsvInstruction |
CsvInstruction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CsvInstruction |
CsvInstruction.parseFrom(byte[] data) |
static CsvInstruction |
CsvInstruction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CsvInstruction |
CsvInstruction.parseFrom(ByteBuffer data) |
static CsvInstruction |
CsvInstruction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CsvInstruction |
CsvInstruction.parseFrom(com.google.protobuf.ByteString data) |
static CsvInstruction |
CsvInstruction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CsvInstruction |
CsvInstruction.parseFrom(com.google.protobuf.CodedInputStream input) |
static CsvInstruction |
CsvInstruction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CsvInstruction |
CsvInstruction.parseFrom(InputStream input) |
static CsvInstruction |
CsvInstruction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CsvInstruction> |
CsvInstruction.getParserForType() |
static com.google.protobuf.Parser<CsvInstruction> |
CsvInstruction.parser() |
| Modifier and Type | Method and Description |
|---|---|
Instruction.Builder |
Instruction.Builder.mergeCsvInstruction(CsvInstruction value)
One of CSV and PDF instruction is required.
|
CsvInstruction.Builder |
CsvInstruction.Builder.mergeFrom(CsvInstruction other) |
static CsvInstruction.Builder |
CsvInstruction.newBuilder(CsvInstruction prototype) |
Instruction.Builder |
Instruction.Builder.setCsvInstruction(CsvInstruction value)
One of CSV and PDF instruction is required.
|
Copyright © 2019 Google LLC. All rights reserved.