Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::LiveSession.
Metadata for a live session. The session expires 5 minutes after the client stops fetching the session's playlists.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ad_tag_macros
def ad_tag_macros() -> ::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 macros:
{"geoId": "123"}
Fully qualified ad tag:
"https://doubleclick.google.com/ad/1?geo_id=123"
#ad_tag_macros=
def ad_tag_macros=(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 macros:
{"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 macros:
{"geoId": "123"}
Fully qualified ad tag:
"https://doubleclick.google.com/ad/1?geo_id=123"
#gam_settings
def gam_settings() -> ::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
- (::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings) — This field should be set with appropriate values if GAM is being used for ads.
#gam_settings=
def gam_settings=(value) -> ::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
- value (::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings) — This field should be set with appropriate values if GAM is being used for ads.
- (::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings) — This field should be set with appropriate values if GAM is being used for ads.
#live_config
def live_config() -> ::String
-
(::String) — Required. The resource name of the live config for this session, in the
form of
projects/{project}/locations/{location}/liveConfigs/{id}
.
#live_config=
def live_config=(value) -> ::String
-
value (::String) — Required. The resource name of the live config for this session, in the
form of
projects/{project}/locations/{location}/liveConfigs/{id}
.
-
(::String) — Required. The resource name of the live config for this session, in the
form of
projects/{project}/locations/{location}/liveConfigs/{id}
.
#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 live session, in the form of
projects/{project}/locations/{location}/liveSessions/{id}
.
#play_uri
def play_uri() -> ::String
- (::String) — Output only. The URI to play the live session's ad-stitched stream.