| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.clone() |
Annotation |
Annotation.set(java.lang.String fieldName,
java.lang.Object value) |
Annotation |
Annotation.setLength(java.lang.Integer length)
Length of the substring in the plain-text message body this annotation corresponds to.
|
Annotation |
Annotation.setStartIndex(java.lang.Integer startIndex)
Start index (0-based, inclusive) in the plain-text message body this annotation corresponds to.
|
Annotation |
Annotation.setType(java.lang.String type)
The type of this annotation.
|
Annotation |
Annotation.setUserMention(UserMentionMetadata userMention)
The metadata of user mention.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Annotation> |
Message.getAnnotations()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setAnnotations(java.util.List<Annotation> annotations)
Output only.
|