Class: Google::Cloud::Video::Stitcher::V1::ListLiveConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListLiveConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Response message for VideoStitcher.ListLiveConfig.
Instance Attribute Summary collapse
-
#live_configs ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::LiveConfig>
List of live configs.
-
#next_page_token ⇒ ::String
The pagination token.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#live_configs ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::LiveConfig>
Returns List of live configs.
450 451 452 453 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 450 class ListLiveConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The pagination token.
450 451 452 453 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 450 class ListLiveConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
450 451 452 453 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 450 class ListLiveConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |