Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
Space |
Space.clone() |
Space |
Message.getSpace()
The space the message belongs to.
|
Space |
DeprecatedEvent.getSpace()
The room or DM in which the event occurred.
|
Space |
Space.set(String fieldName,
Object value) |
Space |
Space.setDisplayName(String displayName)
Output only.
|
Space |
Space.setName(String name)
Resource name of the space, in the form "spaces".
|
Space |
Space.setSingleUserBotDm(Boolean singleUserBotDm)
Whether the space is a DM between a bot and a single human.
|
Space |
Space.setThreaded(Boolean threaded)
Whether the messages are threaded in this space.
|
Space |
Space.setType(String type)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Space> |
ListSpacesResponse.getSpaces()
List of spaces in the requested (or first) page.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setSpace(Space space)
The space the message belongs to.
|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The room or DM in which the event occurred.
|
Modifier and Type | Method and Description |
---|---|
ListSpacesResponse |
ListSpacesResponse.setSpaces(List<Space> spaces)
List of spaces in the requested (or first) page.
|
Copyright © 2011–2021 Google. All rights reserved.