Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.clone() |
Attachment |
Attachment.set(String fieldName,
Object value) |
Attachment |
Attachment.setAttachmentDataRef(AttachmentDataRef attachmentDataRef)
A reference to the attachment data.
|
Attachment |
Attachment.setContentName(String contentName)
Output only.
|
Attachment |
Attachment.setContentType(String contentType)
Output only.
|
Attachment |
Attachment.setDownloadUri(String downloadUri)
Output only.
|
Attachment |
Attachment.setDriveDataRef(DriveDataRef driveDataRef)
Output only.
|
Attachment |
Attachment.setName(String name)
Resource name of the attachment, in the form `spaces/messages/attachments`.
|
Attachment |
Attachment.setSource(String source)
Output only.
|
Attachment |
Attachment.setThumbnailUri(String thumbnailUri)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
Message.getAttachment()
User-uploaded attachment.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setAttachment(List<Attachment> attachment)
User-uploaded attachment.
|
Copyright © 2011–2024 Google. All rights reserved.