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)
The original file name for the content, not the full path.
|
Attachment |
Attachment.setContentType(String contentType)
The content type (MIME type) of the file.
|
Attachment |
Attachment.setDownloadUri(String downloadUri)
Output only.
|
Attachment |
Attachment.setDriveDataRef(DriveDataRef driveDataRef)
A reference to the drive attachment.
|
Attachment |
Attachment.setName(String name)
Resource name of the attachment, in the form "spaces/messages/attachments".
|
Attachment |
Attachment.setSource(String source)
The source of the attachment.
|
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–2021 Google. All rights reserved.