public static final class SpaceConfig.ModerationRestrictions extends GeneratedMessage implements SpaceConfig.ModerationRestrictionsOrBuilder
Defines restrictions for features when the meeting is moderated.
Protobuf type google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CHAT_RESTRICTION_FIELD_NUMBER
public static final int CHAT_RESTRICTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DEFAULT_JOIN_AS_VIEWER_TYPE_FIELD_NUMBER
public static final int DEFAULT_JOIN_AS_VIEWER_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PRESENT_RESTRICTION_FIELD_NUMBER
public static final int PRESENT_RESTRICTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REACTION_RESTRICTION_FIELD_NUMBER
public static final int REACTION_RESTRICTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SpaceConfig.ModerationRestrictions getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SpaceConfig.ModerationRestrictions.Builder newBuilder()
newBuilder(SpaceConfig.ModerationRestrictions prototype)
public static SpaceConfig.ModerationRestrictions.Builder newBuilder(SpaceConfig.ModerationRestrictions prototype)
public static SpaceConfig.ModerationRestrictions parseDelimitedFrom(InputStream input)
public static SpaceConfig.ModerationRestrictions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SpaceConfig.ModerationRestrictions parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig.ModerationRestrictions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SpaceConfig.ModerationRestrictions parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig.ModerationRestrictions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig.ModerationRestrictions parseFrom(CodedInputStream input)
public static SpaceConfig.ModerationRestrictions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig.ModerationRestrictions parseFrom(InputStream input)
public static SpaceConfig.ModerationRestrictions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SpaceConfig.ModerationRestrictions parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig.ModerationRestrictions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SpaceConfig.ModerationRestrictions> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getChatRestriction()
public SpaceConfig.ModerationRestrictions.RestrictionType getChatRestriction()
Defines who has permission to send chat messages in the meeting space.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType chat_restriction = 1;
getChatRestrictionValue()
public int getChatRestrictionValue()
Defines who has permission to send chat messages in the meeting space.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType chat_restriction = 1;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for chatRestriction.
|
getDefaultInstanceForType()
public SpaceConfig.ModerationRestrictions getDefaultInstanceForType()
getDefaultJoinAsViewerType()
public SpaceConfig.ModerationRestrictions.DefaultJoinAsViewerType getDefaultJoinAsViewerType()
Defines whether to restrict the default role assigned to users as viewer.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.DefaultJoinAsViewerType default_join_as_viewer_type = 4;
getDefaultJoinAsViewerTypeValue()
public int getDefaultJoinAsViewerTypeValue()
Defines whether to restrict the default role assigned to users as viewer.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.DefaultJoinAsViewerType default_join_as_viewer_type = 4;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for defaultJoinAsViewerType.
|
getParserForType()
public Parser<SpaceConfig.ModerationRestrictions> getParserForType()
Overrides
getPresentRestriction()
public SpaceConfig.ModerationRestrictions.RestrictionType getPresentRestriction()
Defines who has permission to share their screen in the meeting space.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType present_restriction = 3;
getPresentRestrictionValue()
public int getPresentRestrictionValue()
Defines who has permission to share their screen in the meeting space.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType present_restriction = 3;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for presentRestriction.
|
getReactionRestriction()
public SpaceConfig.ModerationRestrictions.RestrictionType getReactionRestriction()
Defines who has permission to send reactions in the meeting space.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType reaction_restriction = 2;
getReactionRestrictionValue()
public int getReactionRestrictionValue()
Defines who has permission to send reactions in the meeting space.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType reaction_restriction = 2;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for reactionRestriction.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SpaceConfig.ModerationRestrictions.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SpaceConfig.ModerationRestrictions.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public SpaceConfig.ModerationRestrictions.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides