Class: Google::Cloud::Video::Stitcher::V1::ListVodConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListVodConfigsResponse
- 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.ListVodConfig.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
-
#vod_configs ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>
List of VOD configs.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token.
558 559 560 561 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 558 class ListVodConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
558 559 560 561 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 558 class ListVodConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vod_configs ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>
Returns List of VOD configs.
558 559 560 561 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 558 class ListVodConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |