Class: Google::Apps::Meet::V2beta::ListParticipantSessionsRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::ListParticipantSessionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/service.rb
Overview
Request to fetch list of participant sessions per conference record, per participant.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_timeend_time
For example, end_time IS NULL returns active participant sessions in
the conference record.
344 345 346 347 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 344 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Maximum number of participant sessions 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.
344 345 346 347 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 344 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token returned from previous List Call.
344 345 346 347 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 344 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format:
conferenceRecords/{conference_record}/participants/{participant}.
344 345 346 347 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 344 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |