Class: Google::Cloud::Video::Stitcher::V1::VodSession::GamSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#network_code::String

Returns Required. Ad Manager network code.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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