| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Space |
Space.clone() |
Space |
DeprecatedEvent.getSpace()
The room or DM in which the event occurred.
|
Space |
Message.getSpace()
The space the message belongs to.
|
Space |
Space.set(java.lang.String fieldName,
java.lang.Object value) |
Space |
Space.setDisplayName(java.lang.String displayName)
Output only.
|
Space |
Space.setName(java.lang.String name)
Resource name of the space, in the form "spaces".
|
Space |
Space.setType(java.lang.String type)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Space> |
ListSpacesResponse.getSpaces()
List of spaces in the requested (or first) page.
|
| Modifier and Type | Method and Description |
|---|---|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The room or DM in which the event occurred.
|
Message |
Message.setSpace(Space space)
The space the message belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpacesResponse |
ListSpacesResponse.setSpaces(java.util.List<Space> spaces)
List of spaces in the requested (or first) page.
|