public enum Space.PredefinedPermissionSettings extends Enum<Space.PredefinedPermissionSettings> implements ProtocolMessageEnum
Predefined permission settings that you can only specify when creating a named space. More settings might be added in the future. For details about permission settings for named spaces, see Learn about spaces.
Protobuf enum google.chat.v1.Space.PredefinedPermissionSettings
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ANNOUNCEMENT_SPACE |
Setting to make the space an announcement space where only space managers can post messages. |
ANNOUNCEMENT_SPACE_VALUE |
Setting to make the space an announcement space where only space managers can post messages. |
COLLABORATION_SPACE |
Setting to make the space a collaboration space where all members can post messages. |
COLLABORATION_SPACE_VALUE |
Setting to make the space a collaboration space where all members can post messages. |
PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED |
Unspecified. Don't use. |
PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED_VALUE |
Unspecified. Don't use. |
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() |