Reference documentation and code samples for the Google Apps Meet V2beta Client class SpaceConfig.
The configuration pertaining to a meeting space.
Generated from protobuf message google.apps.meet.v2beta.SpaceConfig
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ access_type
int
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.
↳ entry_point_access
int
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
↳ moderation
int
Developer Preview : The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.
↳ moderation_restrictions
SpaceConfig\ModerationRestrictions
Developer Preview : When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.
↳ attendance_report_generation_type
↳ artifact_config
SpaceConfig\ArtifactConfig
Developer Preview : Configuration pertaining to the auto-generated artifacts that the meeting supports.
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.
setAccessType
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.
$this
getEntryPointAccess
Defines the entry points that can be used to join meetings hosted in this meeting space.
Default: EntryPointAccess.ALL
setEntryPointAccess
Defines the entry points that can be used to join meetings hosted in this meeting space.
Default: EntryPointAccess.ALL
$this
getModeration
Developer Preview : The pre-configured moderation mode for the Meeting.
Default: Controlled by the user's policies.
setModeration
Developer Preview : The pre-configured moderation mode for the Meeting.
Default: Controlled by the user's policies.
$this
getModerationRestrictions
Developer Preview : When moderation.ON, these restrictions go into effect for the meeting.
When moderation.OFF, will be reset to default ModerationRestrictions.
hasModerationRestrictions
clearModerationRestrictions
setModerationRestrictions
Developer Preview : When moderation.ON, these restrictions go into effect for the meeting.
When moderation.OFF, will be reset to default ModerationRestrictions.
$this
getAttendanceReportGenerationType
Developer Preview : Whether attendance report is enabled for the meeting space.
setAttendanceReportGenerationType
Developer Preview : Whether attendance report is enabled for the meeting space.
$this
getArtifactConfig
Developer Preview : Configuration pertaining to the auto-generated artifacts that the meeting supports.
hasArtifactConfig
clearArtifactConfig
setArtifactConfig
Developer Preview : Configuration pertaining to the auto-generated artifacts that the meeting supports.
$this

