Reference documentation and code samples for the Google Apps Chat V1 Client class 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.
Protobuf type google.chat.v1.SpaceView
Namespace
Google \ Apps \ Chat \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SPACE_VIEW_UNSPECIFIED
Value: 0The default / unset value.
Generated from protobuf enum SPACE_VIEW_UNSPECIFIED = 0;
SPACE_VIEW_RESOURCE_NAME_ONLY
Value: 3Populates only the Space resource name.
Generated from protobuf enum SPACE_VIEW_RESOURCE_NAME_ONLY = 3;
SPACE_VIEW_EXPANDED
Value: 4Populates 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.
Generated from protobuf enum SPACE_VIEW_EXPANDED = 4;