Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsResponse.
Response message for VideoStitcherService.listLiveAdTagDetails.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#live_ad_tag_details
def live_ad_tag_details() -> ::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>) — A list of live session ad tag details.
#live_ad_tag_details=
def live_ad_tag_details=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>) — A list of live session ad tag details.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>) — A list of live session ad tag details.
#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.