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
ProtocolMessageEnumStatic 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_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. |
OFF |
Moderation is off. |
OFF_VALUE |
Moderation is off. |
ON |
Moderation is on. |
ON_VALUE |
Moderation is on. |
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() |