Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Chat::V1::SpaceView.
A view that specifies which fields should be populated on the
Space
resource.
To ensure compatibility with future releases, we recommend that your code
account for additional values.
Constants
SPACE_VIEW_UNSPECIFIED
value: 0
The default / unset value.
SPACE_VIEW_RESOURCE_NAME_ONLY
value: 3
Populates only the Space resource name.
SPACE_VIEW_EXPANDED
value: 4
Populates Space resource fields. Note: the permissionSettings field
will not be populated.
Requests that specify SPACE_VIEW_EXPANDED must include scopes that allow
reading space data, for example,
https://www.googleapis.com/auth/chat.spaces or
https://www.googleapis.com/auth/chat.spaces.readonly.