public static interface SpaceConfig.ModerationRestrictionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChatRestriction()
public abstract 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;
 
| Returns | |
|---|---|
| Type | Description | 
SpaceConfig.ModerationRestrictions.RestrictionType | 
        The chatRestriction.  | 
      
getChatRestrictionValue()
public abstract 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.  | 
      
getDefaultJoinAsViewerType()
public abstract 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;
 
| Returns | |
|---|---|
| Type | Description | 
SpaceConfig.ModerationRestrictions.DefaultJoinAsViewerType | 
        The defaultJoinAsViewerType.  | 
      
getDefaultJoinAsViewerTypeValue()
public abstract 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.  | 
      
getPresentRestriction()
public abstract 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;
 
| Returns | |
|---|---|
| Type | Description | 
SpaceConfig.ModerationRestrictions.RestrictionType | 
        The presentRestriction.  | 
      
getPresentRestrictionValue()
public abstract 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 abstract 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;
 
| Returns | |
|---|---|
| Type | Description | 
SpaceConfig.ModerationRestrictions.RestrictionType | 
        The reactionRestriction.  | 
      
getReactionRestrictionValue()
public abstract 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.  |