| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SearchMessageResult |
SearchMessageResult.clone() |
SearchMessageResult |
SearchMessageResult.set(String fieldName,
Object value) |
SearchMessageResult |
SearchMessageResult.setMessage(Message message)
The matched message.
|
SearchMessageResult |
SearchMessageResult.setRead(Boolean read)
Indicates if the matched message is read by the calling user.
|
SearchMessageResult |
SearchMessageResult.setSpaceMuteSetting(String spaceMuteSetting)
The mute setting of the calling user for the space where the message is posted.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchMessageResult> |
SearchMessagesResponse.getResults()
The list of search results that matched the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchMessagesResponse |
SearchMessagesResponse.setResults(List<SearchMessageResult> results)
The list of search results that matched the query.
|
Copyright © 2011–2026 Google. All rights reserved.