Class: Google::Apps::Meet::V2beta::ListParticipantSessionsRequest

Inherits:
Object
  • Object
show all
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

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.

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.



206
207
208
209
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 206

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.

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.



206
207
208
209
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 206

class ListParticipantSessionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. Page token returned from previous List Call.

Returns:

  • (::String)

    Optional. Page token returned from previous List Call.



206
207
208
209
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 206

class ListParticipantSessionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Format: conferenceRecords/{conference_record}/participants/{participant}.

Returns:

  • (::String)

    Required. Format: conferenceRecords/{conference_record}/participants/{participant}



206
207
208
209
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 206

class ListParticipantSessionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end