Class: Google::Apps::Meet::V2::ListParticipantsRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListParticipantsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Request to fetch list of participants per conference.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Maximum number of participants to return.
-
#page_token ⇒ ::String
Page token returned from previous List Call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
earliest_start_time
latest_end_time
For example, latest_end_time IS NULL
returns active participants in
the conference.
150 151 152 153 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150 class ListParticipantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
150 151 152 153 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150 class ListParticipantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token returned from previous List Call.
150 151 152 153 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150 class ListParticipantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: conferenceRecords/{conference_record}
.
150 151 152 153 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150 class ListParticipantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |