Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::VodSession.
Metadata for a VOD session.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ad_tag_macro_map
def ad_tag_macro_map() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Key value pairs for ad tag macro replacement. If the
specified ad tag URI has macros, this field provides the mapping
to the value that will replace the macro in the ad tag URI.
Macros are designated by square brackets.
For example:
Ad tag URI:
"https://doubleclick.google.com/ad/1?geo_id=[geoId]"
Ad tag macro map:
{"geoId": "123"}
Fully qualified ad tag:
"
https://doubleclick.google.com/ad/1?geo_id=123"`
#ad_tag_macro_map=
def ad_tag_macro_map=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Key value pairs for ad tag macro replacement. If the
specified ad tag URI has macros, this field provides the mapping
to the value that will replace the macro in the ad tag URI.
Macros are designated by square brackets.
For example:
Ad tag URI:
"https://doubleclick.google.com/ad/1?geo_id=[geoId]"
Ad tag macro map:
{"geoId": "123"}
Fully qualified ad tag:
"
https://doubleclick.google.com/ad/1?geo_id=123"`
-
(::Google::Protobuf::Map{::String => ::String}) — Key value pairs for ad tag macro replacement. If the
specified ad tag URI has macros, this field provides the mapping
to the value that will replace the macro in the ad tag URI.
Macros are designated by square brackets.
For example:
Ad tag URI:
"https://doubleclick.google.com/ad/1?geo_id=[geoId]"
Ad tag macro map:
{"geoId": "123"}
Fully qualified ad tag:
"
https://doubleclick.google.com/ad/1?geo_id=123"`
#ad_tag_uri
def ad_tag_uri() -> ::String
- (::String) — Required. Ad tag URI.
#ad_tag_uri=
def ad_tag_uri=(value) -> ::String
- value (::String) — Required. Ad tag URI.
- (::String) — Required. Ad tag URI.
#client_ad_tracking
def client_ad_tracking() -> ::Boolean
- (::Boolean) — Indicates whether client side ad tracking is enabled. If client side ad tracking is enabled, then the client player is expected to trigger playback and activity events itself. If this is set to false, server side ad tracking is enabled, causing the Video Stitcher service will trigger playback events on behalf of the client player.
#client_ad_tracking=
def client_ad_tracking=(value) -> ::Boolean
- value (::Boolean) — Indicates whether client side ad tracking is enabled. If client side ad tracking is enabled, then the client player is expected to trigger playback and activity events itself. If this is set to false, server side ad tracking is enabled, causing the Video Stitcher service will trigger playback events on behalf of the client player.
- (::Boolean) — Indicates whether client side ad tracking is enabled. If client side ad tracking is enabled, then the client player is expected to trigger playback and activity events itself. If this is set to false, server side ad tracking is enabled, causing the Video Stitcher service will trigger playback events on behalf of the client player.
#interstitials
def interstitials() -> ::Google::Cloud::Video::Stitcher::V1::Interstitials
- (::Google::Cloud::Video::Stitcher::V1::Interstitials) — Output only. Metadata of what was stitched into the content.
#manifest_options
def manifest_options() -> ::Google::Cloud::Video::Stitcher::V1::ManifestOptions
- (::Google::Cloud::Video::Stitcher::V1::ManifestOptions) — Additional options that affect the output of the manifest.
#manifest_options=
def manifest_options=(value) -> ::Google::Cloud::Video::Stitcher::V1::ManifestOptions
- value (::Google::Cloud::Video::Stitcher::V1::ManifestOptions) — Additional options that affect the output of the manifest.
- (::Google::Cloud::Video::Stitcher::V1::ManifestOptions) — Additional options that affect the output of the manifest.
#name
def name() -> ::String
-
(::String) — Output only. The name of the VOD session, in the form of
projects/{project_number}/locations/{location}/vodSessions/{id}
.
#play_uri
def play_uri() -> ::String
- (::String) — Output only. The playback URI of the stitched content.
#source_uri
def source_uri() -> ::String
- (::String) — Required. URI of the media to stitch.
#source_uri=
def source_uri=(value) -> ::String
- value (::String) — Required. URI of the media to stitch.
- (::String) — Required. URI of the media to stitch.