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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HOSTS_ONLY |
Meeting owner and co-host have the permission. |
HOSTS_ONLY_VALUE |
Meeting owner and co-host have the permission. |
NO_RESTRICTION |
All Participants have permissions. |
NO_RESTRICTION_VALUE |
All Participants have permissions. |
RESTRICTION_TYPE_UNSPECIFIED |
Default value specified by user policy. This should never be returned. |
RESTRICTION_TYPE_UNSPECIFIED_VALUE |
Default value specified by user policy. This should never be returned. |
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() |