Class: Google::Apps::Meet::V2::ListConferenceRecordsRequest

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 conference records per user.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns 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


132
133
134
135
# File 'proto_docs/google/apps/meet/v2/service.rb', line 132

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

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


132
133
134
135
# File 'proto_docs/google/apps/meet/v2/service.rb', line 132

class ListConferenceRecordsRequest
  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.



132
133
134
135
# File 'proto_docs/google/apps/meet/v2/service.rb', line 132

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