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
-
(::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
-
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
-
(::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
-
(::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
- Maximum might change in the future.
#page_size=
def page_size=(value) -> ::Integer
-
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
- Maximum might change in the future.
-
(::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
- Maximum might change in the future.
#page_token
def page_token() -> ::String
- (::String) — Optional. Page token returned from previous List Call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. Page token returned from previous List Call.
- (::String) — Optional. Page token returned from previous List Call.