Enum Space.PredefinedPermissionSettings (0.36.0)

publicenumSpace.PredefinedPermissionSettingsextendsEnum<Space.PredefinedPermissionSettings>implementsProtocolMessageEnum

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

ProtocolMessageEnum

Static Fields

Name Description
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

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.