Class: Google::Apis::CloudsearchV1::Settings
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::Settings
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Settings of a meeting space that can be edited by users with corresponding manage privilege. These settings are always populated in responses.
Instance Attribute Summary collapse
-
#access_lock ⇒ Boolean
(also: #access_lock?)
The access lock of the meeting space that lets hosts control who can join the meeting.
-
#access_type ⇒ String
The access type of the meeting space.
-
#allow_joining_before_host ⇒ Boolean
(also: #allow_joining_before_host?)
Whether users can join before host in the conferences of this meeting space.
-
#attendance_report_enabled ⇒ Boolean
(also: #attendance_report_enabled?)
Whether attendance report is enabled for the meeting space.
-
#chat_lock ⇒ Boolean
(also: #chat_lock?)
The chat lock of the meeting space that lets owner control whether the participants can send chat messages.
-
#co_activity_lock ⇒ Boolean
(also: #co_activity_lock?)
The co-activity lock of the meeting space that lets owner control whether the participants can start/stop or update the state of co-activity.
-
#cohost_artifact_sharing_enabled ⇒ Boolean
(also: #cohost_artifact_sharing_enabled?)
Whether meeting artifacts will be shared with cohosts.
-
#cse_enabled ⇒ Boolean
(also: #cse_enabled?)
Whether Client-side Encryption is enabled for the meeting space.
-
#default_as_viewer ⇒ Boolean
(also: #default_as_viewer?)
Whether the default role is viewer or not.
-
#moderation_enabled ⇒ Boolean
(also: #moderation_enabled?)
Indicates whether the meeting space is moderated.
-
#present_lock ⇒ Boolean
(also: #present_lock?)
The present lock of the meeting space that lets owner control whether the participants can present their screen.
-
#reactions_lock ⇒ Boolean
(also: #reactions_lock?)
The reactions lock of the meeting space that lets owner control whether the participants can send reactions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Settings
constructor
A new instance of Settings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Settings
Returns a new instance of Settings.
18720 18721 18722 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18720 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access_lock ⇒ Boolean Also known as: access_lock?
The access lock of the meeting space that lets hosts control who can join the
meeting.
Corresponds to the JSON property accessLock
18648 18649 18650 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18648 def access_lock @access_lock end |
#access_type ⇒ String
The access type of the meeting space.
Corresponds to the JSON property accessType
18654 18655 18656 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18654 def access_type @access_type end |
#allow_joining_before_host ⇒ Boolean Also known as: allow_joining_before_host?
Whether users can join before host in the conferences of this meeting space.
Corresponds to the JSON property allowJoiningBeforeHost
18659 18660 18661 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18659 def allow_joining_before_host @allow_joining_before_host end |
#attendance_report_enabled ⇒ Boolean Also known as: attendance_report_enabled?
Whether attendance report is enabled for the meeting space.
Corresponds to the JSON property attendanceReportEnabled
18665 18666 18667 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18665 def attendance_report_enabled @attendance_report_enabled end |
#chat_lock ⇒ Boolean Also known as: chat_lock?
The chat lock of the meeting space that lets owner control whether the
participants can send chat messages.
Corresponds to the JSON property chatLock
18672 18673 18674 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18672 def chat_lock @chat_lock end |
#co_activity_lock ⇒ Boolean Also known as: co_activity_lock?
The co-activity lock of the meeting space that lets owner control whether the
participants can start/stop or update the state of co-activity.
Corresponds to the JSON property coActivityLock
18679 18680 18681 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18679 def co_activity_lock @co_activity_lock end |
#cohost_artifact_sharing_enabled ⇒ Boolean Also known as: cohost_artifact_sharing_enabled?
Whether meeting artifacts will be shared with cohosts.
Corresponds to the JSON property cohostArtifactSharingEnabled
18685 18686 18687 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18685 def cohost_artifact_sharing_enabled @cohost_artifact_sharing_enabled end |
#cse_enabled ⇒ Boolean Also known as: cse_enabled?
Whether Client-side Encryption is enabled for the meeting space.
Corresponds to the JSON property cseEnabled
18691 18692 18693 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18691 def cse_enabled @cse_enabled end |
#default_as_viewer ⇒ Boolean Also known as: default_as_viewer?
Whether the default role is viewer or not.
Corresponds to the JSON property defaultAsViewer
18697 18698 18699 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18697 def default_as_viewer @default_as_viewer end |
#moderation_enabled ⇒ Boolean Also known as: moderation_enabled?
Indicates whether the meeting space is moderated.
Corresponds to the JSON property moderationEnabled
18703 18704 18705 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18703 def moderation_enabled @moderation_enabled end |
#present_lock ⇒ Boolean Also known as: present_lock?
The present lock of the meeting space that lets owner control whether the
participants can present their screen.
Corresponds to the JSON property presentLock
18710 18711 18712 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18710 def present_lock @present_lock end |
#reactions_lock ⇒ Boolean Also known as: reactions_lock?
The reactions lock of the meeting space that lets owner control whether the
participants can send reactions.
Corresponds to the JSON property reactionsLock
18717 18718 18719 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18717 def reactions_lock @reactions_lock end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18725 18726 18727 18728 18729 18730 18731 18732 18733 18734 18735 18736 18737 18738 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18725 def update!(**args) @access_lock = args[:access_lock] if args.key?(:access_lock) @access_type = args[:access_type] if args.key?(:access_type) @allow_joining_before_host = args[:allow_joining_before_host] if args.key?(:allow_joining_before_host) @attendance_report_enabled = args[:attendance_report_enabled] if args.key?(:attendance_report_enabled) @chat_lock = args[:chat_lock] if args.key?(:chat_lock) @co_activity_lock = args[:co_activity_lock] if args.key?(:co_activity_lock) @cohost_artifact_sharing_enabled = args[:cohost_artifact_sharing_enabled] if args.key?(:cohost_artifact_sharing_enabled) @cse_enabled = args[:cse_enabled] if args.key?(:cse_enabled) @default_as_viewer = args[:default_as_viewer] if args.key?(:default_as_viewer) @moderation_enabled = args[:moderation_enabled] if args.key?(:moderation_enabled) @present_lock = args[:present_lock] if args.key?(:present_lock) @reactions_lock = args[:reactions_lock] if args.key?(:reactions_lock) end |