Package | Description |
---|---|
com.google.api.services.chat.v1 | |
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
HangoutsChat.Spaces.Create |
HangoutsChat.Spaces.create(Space content)
Creates a named space.
|
HangoutsChat.Spaces.Patch |
HangoutsChat.Spaces.patch(String name,
Space content)
Updates a space.
|
Constructor and Description |
---|
Create(Space content)
Creates a named space.
|
Patch(String name,
Space content)
Updates a space.
|
Modifier and Type | Method and Description |
---|---|
Space |
Space.clone() |
Space |
CompleteImportSpaceResponse.getSpace()
The import mode space.
|
Space |
SetUpSpaceRequest.getSpace()
Required.
|
Space |
Message.getSpace()
If your Chat app [authenticates as a
user](https://developers.google.com/chat/api/guides/auth/users), the output populates the
[space](https://developers.google.com/chat/api/reference/rest/v1/spaces) `name`.
|
Space |
DeprecatedEvent.getSpace()
The space in which the interaction event occurred.
|
Space |
Space.set(String fieldName,
Object value) |
Space |
Space.setAdminInstalled(Boolean adminInstalled)
Output only.
|
Space |
Space.setCreateTime(String createTime)
Optional.
|
Space |
Space.setDisplayName(String displayName)
The space's display name.
|
Space |
Space.setExternalUserAllowed(Boolean externalUserAllowed)
Immutable.
|
Space |
Space.setImportMode(Boolean importMode)
Optional.
|
Space |
Space.setName(String name)
Resource name of the space.
|
Space |
Space.setSingleUserBotDm(Boolean singleUserBotDm)
Optional.
|
Space |
Space.setSpaceDetails(SpaceDetails spaceDetails)
Details about the space including description and rules.
|
Space |
Space.setSpaceHistoryState(String spaceHistoryState)
The message history state for messages and threads in this space.
|
Space |
Space.setSpaceThreadingState(String spaceThreadingState)
Output only.
|
Space |
Space.setSpaceType(String spaceType)
The type of space.
|
Space |
Space.setThreaded(Boolean threaded)
Output only.
|
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 |
---|---|
CompleteImportSpaceResponse |
CompleteImportSpaceResponse.setSpace(Space space)
The import mode space.
|
SetUpSpaceRequest |
SetUpSpaceRequest.setSpace(Space space)
Required.
|
Message |
Message.setSpace(Space space)
If your Chat app [authenticates as a
user](https://developers.google.com/chat/api/guides/auth/users), the output populates the
[space](https://developers.google.com/chat/api/reference/rest/v1/spaces) `name`.
|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The space in which the interaction 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–2024 Google. All rights reserved.