Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ListVodConfigsResponse.
Response message for VideoStitcher.ListVodConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token.
Returns
- (::String) — The pagination token.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.
#vod_configs
def vod_configs() -> ::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>) — List of VOD configs.
#vod_configs=
def vod_configs=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>) — List of VOD configs.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::VodConfig>) — List of VOD configs.