| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Message.Builder.addAttachmentsBuilder()
The attachments to download.
|
Attachment.Builder |
Message.Builder.addAttachmentsBuilder(int index)
The attachments to download.
|
Attachment.Builder |
Attachment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Attachment.Builder |
Attachment.Builder.clear() |
Attachment.Builder |
Attachment.Builder.clearCsv()
A CSV file attachment.
|
Attachment.Builder |
Attachment.Builder.clearData() |
Attachment.Builder |
Attachment.Builder.clearDisplayName()
The title of the attachment.
|
Attachment.Builder |
Attachment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Attachment.Builder |
Attachment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Attachment.Builder |
Attachment.Builder.clone() |
Attachment.Builder |
Message.Builder.getAttachmentsBuilder(int index)
The attachments to download.
|
Attachment.Builder |
Attachment.Builder.mergeCsv(Csv value)
A CSV file attachment.
|
Attachment.Builder |
Attachment.Builder.mergeFrom(Attachment other) |
Attachment.Builder |
Attachment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Attachment.Builder |
Attachment.Builder.mergeFrom(com.google.protobuf.Message other) |
Attachment.Builder |
Attachment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Attachment.Builder |
Attachment.newBuilder() |
static Attachment.Builder |
Attachment.newBuilder(Attachment prototype) |
Attachment.Builder |
Attachment.newBuilderForType() |
protected Attachment.Builder |
Attachment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Attachment.Builder |
Attachment.Builder.setCsv(Csv.Builder builderForValue)
A CSV file attachment.
|
Attachment.Builder |
Attachment.Builder.setCsv(Csv value)
A CSV file attachment.
|
Attachment.Builder |
Attachment.Builder.setDisplayName(String value)
The title of the attachment.
|
Attachment.Builder |
Attachment.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
The title of the attachment.
|
Attachment.Builder |
Attachment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Attachment.Builder |
Attachment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Attachment.Builder |
Attachment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Attachment.Builder |
Attachment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment.Builder> |
Message.Builder.getAttachmentsBuilderList()
The attachments to download.
|
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.addAttachments(Attachment.Builder builderForValue)
The attachments to download.
|
Message.Builder |
Message.Builder.addAttachments(int index,
Attachment.Builder builderForValue)
The attachments to download.
|
Message.Builder |
Message.Builder.setAttachments(int index,
Attachment.Builder builderForValue)
The attachments to download.
|
Copyright © 2023 Google LLC. All rights reserved.