Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::ListConferenceRecordsRequest (v0.5.0)

Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::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, consider the following filters:

    • space.name = "spaces/NAME"
    • space.meeting_code = "abc-mnop-xyz"
    • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
    • end_time IS NULL

#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, consider the following filters:

    • space.name = "spaces/NAME"
    • space.meeting_code = "abc-mnop-xyz"
    • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
    • end_time IS NULL
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, consider the following filters:

    • space.name = "spaces/NAME"
    • space.meeting_code = "abc-mnop-xyz"
    • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
    • end_time IS NULL

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