public enum Space.AccessSettings.AccessState extends Enum<Space.AccessSettings.AccessState> implements ProtocolMessageEnum
Represents the access state of the space.
Protobuf enum google.chat.v1.Space.AccessSettings.AccessState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCESS_STATE_UNSPECIFIED |
Access state is unknown or not supported in this API. |
ACCESS_STATE_UNSPECIFIED_VALUE |
Access state is unknown or not supported in this API. |
DISCOVERABLE |
A space manager has granted a target audience access to the space. Users or Google Groups that have been individually added or invited to the space can also discover and access the space. To learn more, see Make a space discoverable to specific users. |
DISCOVERABLE_VALUE |
A space manager has granted a target audience access to the space. Users or Google Groups that have been individually added or invited to the space can also discover and access the space. To learn more, see Make a space discoverable to specific users. |
PRIVATE |
Only users or Google Groups that have been individually added or invited by other users or Google Workspace administrators can discover and access the space. |
PRIVATE_VALUE |
Only users or Google Groups that have been individually added or invited by other users or Google Workspace administrators can discover and access the space. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |