Enum SpaceConfig.Moderation (0.24.0)

public enum SpaceConfig.Moderation extends Enum<SpaceConfig.Moderation> implements ProtocolMessageEnum

The moderation mode for a meeting. When the moderation mode is on, the meeting owner has more control over the meeting with features such as co-host management (see message Member) and feature restrictions (see message ModerationRestrictions).

Protobuf enum google.apps.meet.v2beta.SpaceConfig.Moderation

Implements

ProtocolMessageEnum

Static Fields

Name Description
MODERATION_UNSPECIFIED

Moderation type is not specified. This is used to indicate the user hasn't specified any value as the user does not intend to update the state. Users are not allowed to set the value as unspecified.

MODERATION_UNSPECIFIED = 0;

MODERATION_UNSPECIFIED_VALUE

Moderation type is not specified. This is used to indicate the user hasn't specified any value as the user does not intend to update the state. Users are not allowed to set the value as unspecified.

MODERATION_UNSPECIFIED = 0;

OFF

Moderation is off.

OFF = 1;

OFF_VALUE

Moderation is off.

OFF = 1;

ON

Moderation is on.

ON = 2;

ON_VALUE

Moderation is on.

ON = 2;

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