Class: Google::Cloud::Video::LiveStream::V1::ListDvrSessionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::ListDvrSessionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Response message for "LivestreamService.ListDvrSessions".
Instance Attribute Summary collapse
-
#dvr_sessions ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::DvrSession>
The list of DVR sessions.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#dvr_sessions ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::DvrSession>
Returns The list of DVR sessions.
823 824 825 826 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 823 class ListDvrSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
823 824 825 826 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 823 class ListDvrSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
823 824 825 826 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 823 class ListDvrSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |