Class: Google::Cloud::Video::Stitcher::V1::VodSession::GamSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::VodSession::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
-
#network_code ⇒ ::String
Required.
-
#stream_id ⇒ ::String
Required.
Instance Attribute Details
#network_code ⇒ ::String
Returns Required. Ad Manager network code.
90 91 92 93 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 90 class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream_id ⇒ ::String
Returns Required. The stream ID generated by Ad Manager.
90 91 92 93 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 90 class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |