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 |
Space is discoverable by the selected target audience, as well as added or invited members or groups. |
DISCOVERABLE_VALUE |
Space is discoverable by the selected target audience, as well as added or invited members or groups. |
PRIVATE |
Space is discoverable by added or invited members or groups. |
PRIVATE_VALUE |
Space is discoverable by added or invited members or groups. |
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() |