Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::ListParticipantSessionsRequest.
Request to fetch list of participant sessions per conference record per participant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — 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.
#filter=
def filter=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#page_size
def page_size() -> ::Integer
- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — 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.
- (::Integer) — 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.
#page_token
def page_token() -> ::String
- (::String) — Optional. Page token returned from previous List Call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. Page token returned from previous List Call.
- (::String) — Optional. Page token returned from previous List Call.
#parent
def parent() -> ::String
-
(::String) — Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
-
(::String) — Required. Format:
conferenceRecords/{conference_record}/participants/{participant}