Class: Google::Apps::Meet::V2::ListRecordingsRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListRecordingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Request for ListRecordings method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of recordings to return.
-
#page_token ⇒ ::String
Page token returned from previous List Call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
250 251 252 253 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 250 class ListRecordingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token returned from previous List Call.
250 251 252 253 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 250 class ListRecordingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: conferenceRecords/{conference_record}
.
250 251 252 253 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 250 class ListRecordingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |