| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.Builder.build() |
Attachment |
Attachment.Builder.buildPartial() |
Attachment |
MessageOrBuilder.getAttachments(int index)
The attachments to download.
|
Attachment |
Message.getAttachments(int index)
The attachments to download.
|
Attachment |
Message.Builder.getAttachments(int index)
The attachments to download.
|
static Attachment |
Attachment.getDefaultInstance() |
Attachment |
Attachment.getDefaultInstanceForType() |
Attachment |
Attachment.Builder.getDefaultInstanceForType() |
static Attachment |
Attachment.parseDelimitedFrom(InputStream input) |
static Attachment |
Attachment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Attachment |
Attachment.parseFrom(byte[] data) |
static Attachment |
Attachment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Attachment |
Attachment.parseFrom(ByteBuffer data) |
static Attachment |
Attachment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Attachment |
Attachment.parseFrom(com.google.protobuf.ByteString data) |
static Attachment |
Attachment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Attachment |
Attachment.parseFrom(com.google.protobuf.CodedInputStream input) |
static Attachment |
Attachment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Attachment |
Attachment.parseFrom(InputStream input) |
static Attachment |
Attachment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
MessageOrBuilder.getAttachmentsList()
The attachments to download.
|
List<Attachment> |
Message.getAttachmentsList()
The attachments to download.
|
List<Attachment> |
Message.Builder.getAttachmentsList()
The attachments to download.
|
com.google.protobuf.Parser<Attachment> |
Attachment.getParserForType() |
static com.google.protobuf.Parser<Attachment> |
Attachment.parser() |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.addAttachments(Attachment value)
The attachments to download.
|
Message.Builder |
Message.Builder.addAttachments(int index,
Attachment value)
The attachments to download.
|
Attachment.Builder |
Attachment.Builder.mergeFrom(Attachment other) |
static Attachment.Builder |
Attachment.newBuilder(Attachment prototype) |
Message.Builder |
Message.Builder.setAttachments(int index,
Attachment value)
The attachments to download.
|
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.addAllAttachments(Iterable<? extends Attachment> values)
The attachments to download.
|
Copyright © 2023 Google LLC. All rights reserved.