Enum Space.PredefinedPermissionSettings (0.27.0)

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

Static Fields

NameDescription
ANNOUNCEMENT_SPACE

Setting to make the space an announcement space where only space managers can post messages.

ANNOUNCEMENT_SPACE = 2;

ANNOUNCEMENT_SPACE_VALUE

Setting to make the space an announcement space where only space managers can post messages.

ANNOUNCEMENT_SPACE = 2;

COLLABORATION_SPACE

Setting to make the space a collaboration space where all members can post messages.

COLLABORATION_SPACE = 1;

COLLABORATION_SPACE_VALUE

Setting to make the space a collaboration space where all members can post messages.

COLLABORATION_SPACE = 1;

PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED

Unspecified. Don't use.

PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED = 0;

PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED_VALUE

Unspecified. Don't use.

PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()