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
-
(::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
-
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"
.
-
(::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
-
(::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.