Google Meet V2 API - Class Google::Apps::Meet::V2::ListConferenceRecordsRequest (v0.2.0)

Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::ListConferenceRecordsRequest.

Request to fetch list of conference records per user.

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:

    • space.meeting_code
    • space.name
    • start_time
    • end_time

    For example, space.meeting_code = "abc-mnop-xyz".

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

    • space.meeting_code
    • space.name
    • start_time
    • end_time

    For example, space.meeting_code = "abc-mnop-xyz".

Returns
  • (::String) — Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

    • space.meeting_code
    • space.name
    • start_time
    • end_time

    For example, space.meeting_code = "abc-mnop-xyz".

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) —

    Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

    1. Maximum might change in the future.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) —

    Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

    1. Maximum might change in the future.
Returns
  • (::Integer) —

    Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

    1. 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.