Class: Google::Apps::Meet::V2::ListParticipantsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/service.rb

Overview

Request to fetch list of participants per conference.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • earliest_start_time
  • latest_end_time

For example, latest_end_time IS NULL returns active participants in the conference.

Returns:

  • (::String)

    Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

    • earliest_start_time
    • latest_end_time

    For example, latest_end_time IS NULL returns active participants in the conference.



150
151
152
153
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150

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

#page_size::Integer

Returns Maximum number of participants 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)

    Maximum number of participants 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.



150
151
152
153
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150

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

#page_token::String

Returns Page token returned from previous List Call.

Returns:

  • (::String)

    Page token returned from previous List Call.



150
151
152
153
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150

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

#parent::String

Returns Required. Format: conferenceRecords/{conference_record}.

Returns:

  • (::String)

    Required. Format: conferenceRecords/{conference_record}



150
151
152
153
# File 'proto_docs/google/apps/meet/v2/service.rb', line 150

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