Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::VodAdTagDetail.
Information related to the details for one ad tag.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ad_requests
def ad_requests() -> ::Array<::Google::Cloud::Video::Stitcher::V1::AdRequest>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::AdRequest>) — A list of ad requests for one ad tag.
#ad_requests=
def ad_requests=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::AdRequest>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::AdRequest>) — A list of ad requests for one ad tag.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::AdRequest>) — A list of ad requests for one ad tag.
#name
def name() -> ::String
Returns
-
(::String) — The name of the ad tag detail for the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The name of the ad tag detail for the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}
.
Returns
-
(::String) — The name of the ad tag detail for the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}
.