Class: Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/sessions.rb
Overview
Defines fields related to Google Ad Manager (GAM). This should be set if GAM is being used for ads.
Instance Attribute Summary collapse
-
#stream_id ⇒ ::String
Required.
Instance Attribute Details
#stream_id ⇒ ::String
Returns Required. The stream ID generated by Ad Manager.
199 200 201 202 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 199 class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |