Class: Google::Cloud::Video::Stitcher::V1::LiveSession
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::LiveSession
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/sessions.rb
Overview
Metadata for a live session. The session expires 5 minutes after the client stops fetching the session's playlists.
Defined Under Namespace
Classes: AdTagMacrosEntry, GamSettings
Instance Attribute Summary collapse
-
#ad_tag_macros ⇒ ::Google::Protobuf::Map{::String => ::String}
Key value pairs for ad tag macro replacement, only available for live sessions that do not implement Google Ad manager ad insertion.
-
#ad_tracking ⇒ ::Google::Cloud::Video::Stitcher::V1::AdTracking
Determines how the ad should be tracked.
-
#gam_settings ⇒ ::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
This field should be set with appropriate values if GAM is being used for ads.
-
#live_config ⇒ ::String
Required.
-
#manifest_options ⇒ ::Google::Cloud::Video::Stitcher::V1::ManifestOptions
Additional options that affect the output of the manifest.
-
#name ⇒ ::String
readonly
Output only.
-
#play_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#ad_tag_macros ⇒ ::Google::Protobuf::Map{::String => ::String}
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#ad_tracking ⇒ ::Google::Cloud::Video::Stitcher::V1::AdTracking
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gam_settings ⇒ ::Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#live_config ⇒ ::String
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#manifest_options ⇒ ::Google::Cloud::Video::Stitcher::V1::ManifestOptions
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#play_uri ⇒ ::String (readonly)
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 203 class LiveSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines fields related to Google Ad Manager (GAM). # @!attribute [rw] stream_id # @return [::String] # Required. The stream ID generated by Ad Manager. This must be set if GAM # is being used for ads and the session uses client-side ad tracking. # @!attribute [rw] targeting_parameters # @return [::Google::Protobuf::Map{::String => ::String}] # [Targeting # parameters](https://support.google.com/admanager/answer/7320899) to send # to Ad Manager to generate a stream ID. This should only be set if the # session uses server-side ad tracking. class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdTagMacrosEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |