| Modifier and Type | Method and Description |
|---|---|
Csv |
Csv.Builder.build() |
Csv |
Csv.Builder.buildPartial() |
Csv |
Attachment.getCsv()
A CSV file attachment.
|
Csv |
Attachment.Builder.getCsv()
A CSV file attachment.
|
Csv |
AttachmentOrBuilder.getCsv()
A CSV file attachment.
|
static Csv |
Csv.getDefaultInstance() |
Csv |
Csv.getDefaultInstanceForType() |
Csv |
Csv.Builder.getDefaultInstanceForType() |
static Csv |
Csv.parseDelimitedFrom(InputStream input) |
static Csv |
Csv.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
Csv.parseFrom(byte[] data) |
static Csv |
Csv.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
Csv.parseFrom(ByteBuffer data) |
static Csv |
Csv.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
Csv.parseFrom(com.google.protobuf.ByteString data) |
static Csv |
Csv.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
Csv.parseFrom(com.google.protobuf.CodedInputStream input) |
static Csv |
Csv.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
Csv.parseFrom(InputStream input) |
static Csv |
Csv.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Csv> |
Csv.getParserForType() |
static com.google.protobuf.Parser<Csv> |
Csv.parser() |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.mergeCsv(Csv value)
A CSV file attachment.
|
Csv.Builder |
Csv.Builder.mergeFrom(Csv other) |
static Csv.Builder |
Csv.newBuilder(Csv prototype) |
Attachment.Builder |
Attachment.Builder.setCsv(Csv value)
A CSV file attachment.
|
Copyright © 2023 Google LLC. All rights reserved.