Class: Google::Apps::Meet::V2::ListParticipantSessionsRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListParticipantSessionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/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_time
end_time
For example, end_time IS NULL
returns active participant sessions in
the conference record.
209 210 211 212 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 209 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.
209 210 211 212 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 209 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token returned from previous List Call.
209 210 211 212 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 209 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
.
209 210 211 212 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 209 class ListParticipantSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |