Interface SpaceConfigOrBuilder (0.24.0)

public interface SpaceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessType()

public abstract SpaceConfig.AccessType getAccessType()

Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.

.google.apps.meet.v2beta.SpaceConfig.AccessType access_type = 1;

Returns
Type Description
SpaceConfig.AccessType

The accessType.

getAccessTypeValue()

public abstract int getAccessTypeValue()

Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.

.google.apps.meet.v2beta.SpaceConfig.AccessType access_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for accessType.

getArtifactConfig()

public abstract SpaceConfig.ArtifactConfig getArtifactConfig()

Developer Preview: Configuration pertaining to the auto-generated artifacts that the meeting supports.

.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig artifact_config = 7;

Returns
Type Description
SpaceConfig.ArtifactConfig

The artifactConfig.

getArtifactConfigOrBuilder()

public abstract SpaceConfig.ArtifactConfigOrBuilder getArtifactConfigOrBuilder()

Developer Preview: Configuration pertaining to the auto-generated artifacts that the meeting supports.

.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig artifact_config = 7;

Returns
Type Description
SpaceConfig.ArtifactConfigOrBuilder

getAttendanceReportGenerationType()

public abstract SpaceConfig.AttendanceReportGenerationType getAttendanceReportGenerationType()

Developer Preview: Whether attendance report is enabled for the meeting space.

.google.apps.meet.v2beta.SpaceConfig.AttendanceReportGenerationType attendance_report_generation_type = 6;

Returns
Type Description
SpaceConfig.AttendanceReportGenerationType

The attendanceReportGenerationType.

getAttendanceReportGenerationTypeValue()

public abstract int getAttendanceReportGenerationTypeValue()

Developer Preview: Whether attendance report is enabled for the meeting space.

.google.apps.meet.v2beta.SpaceConfig.AttendanceReportGenerationType attendance_report_generation_type = 6;

Returns
Type Description
int

The enum numeric value on the wire for attendanceReportGenerationType.

getEntryPointAccess()

public abstract SpaceConfig.EntryPointAccess getEntryPointAccess()

Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL

.google.apps.meet.v2beta.SpaceConfig.EntryPointAccess entry_point_access = 2;

Returns
Type Description
SpaceConfig.EntryPointAccess

The entryPointAccess.

getEntryPointAccessValue()

public abstract int getEntryPointAccessValue()

Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL

.google.apps.meet.v2beta.SpaceConfig.EntryPointAccess entry_point_access = 2;

Returns
Type Description
int

The enum numeric value on the wire for entryPointAccess.

getModeration()

public abstract SpaceConfig.Moderation getModeration()

Developer Preview: The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.

.google.apps.meet.v2beta.SpaceConfig.Moderation moderation = 3;

Returns
Type Description
SpaceConfig.Moderation

The moderation.

getModerationRestrictions()

public abstract SpaceConfig.ModerationRestrictions getModerationRestrictions()

Developer Preview: When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.

.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions moderation_restrictions = 4;

Returns
Type Description
SpaceConfig.ModerationRestrictions

The moderationRestrictions.

getModerationRestrictionsOrBuilder()

public abstract SpaceConfig.ModerationRestrictionsOrBuilder getModerationRestrictionsOrBuilder()

Developer Preview: When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.

.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions moderation_restrictions = 4;

Returns
Type Description
SpaceConfig.ModerationRestrictionsOrBuilder

getModerationValue()

public abstract int getModerationValue()

Developer Preview: The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.

.google.apps.meet.v2beta.SpaceConfig.Moderation moderation = 3;

Returns
Type Description
int

The enum numeric value on the wire for moderation.

hasArtifactConfig()

public abstract boolean hasArtifactConfig()

Developer Preview: Configuration pertaining to the auto-generated artifacts that the meeting supports.

.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig artifact_config = 7;

Returns
Type Description
boolean

Whether the artifactConfig field is set.

hasModerationRestrictions()

public abstract boolean hasModerationRestrictions()

Developer Preview: When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.

.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions moderation_restrictions = 4;

Returns
Type Description
boolean

Whether the moderationRestrictions field is set.