Reference documentation and code samples for the Google Apps Chat V1 Client class AccessState.
Represents the access state of the space.
Protobuf type google.chat.v1.Space.AccessSettings.AccessState
Namespace
Google \ Apps \ Chat \ V1 \ Space \ AccessSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ACCESS_STATE_UNSPECIFIED
Value: 0
Access state is unknown or not supported in this API.
Generated from protobuf enum ACCESS_STATE_UNSPECIFIED = 0;
PBPRIVATE
Value: 1
Space is discoverable by added or invited members or groups.
Generated from protobuf enum PRIVATE = 1;
DISCOVERABLE
Value: 2
Space is discoverable by the selected target audience, as well as added or invited members or groups.
Generated from protobuf enum DISCOVERABLE = 2;