Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::ListParticipantSessionsRequest (v0.3.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::String) — Optional. Page token returned from previous List Call.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Page token returned from previous List Call.
Returns
  • (::String) — Optional. Page token returned from previous List Call.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Format: conferenceRecords/{conference_record}/participants/{participant}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Format: conferenceRecords/{conference_record}/participants/{participant}
Returns
  • (::String) — Required. Format: conferenceRecords/{conference_record}/participants/{participant}