Enum SpaceConfig.ModerationRestrictions.RestrictionType (0.24.0)

public enum SpaceConfig.ModerationRestrictions.RestrictionType extends Enum<SpaceConfig.ModerationRestrictions.RestrictionType> implements ProtocolMessageEnum

Determines who has permission to use a particular feature.

Protobuf enum google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
HOSTS_ONLY

Meeting owner and co-host have the permission.

HOSTS_ONLY = 1;

HOSTS_ONLY_VALUE

Meeting owner and co-host have the permission.

HOSTS_ONLY = 1;

NO_RESTRICTION

All Participants have permissions.

NO_RESTRICTION = 2;

NO_RESTRICTION_VALUE

All Participants have permissions.

NO_RESTRICTION = 2;

RESTRICTION_TYPE_UNSPECIFIED

Default value specified by user policy. This should never be returned.

RESTRICTION_TYPE_UNSPECIFIED = 0;

RESTRICTION_TYPE_UNSPECIFIED_VALUE

Default value specified by user policy. This should never be returned.

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