Class: Google::Cloud::Video::LiveStream::V1::ListDvrSessionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::ListDvrSessionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.ListDvrSessions".
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
808 809 810 811 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 808 class ListDvrSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
808 809 810 811 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 808 class ListDvrSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
808 809 810 811 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 808 class ListDvrSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
808 809 810 811 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 808 class ListDvrSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListDvrSessionsRequest.
808 809 810 811 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 808 class ListDvrSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |