Class: Google::Cloud::Video::Stitcher::V1::GamLiveConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::GamLiveConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/live_configs.rb
Overview
Metadata used to register a live stream with Google Ad Manager (GAM)
Instance Attribute Summary collapse
-
#asset_key ⇒ ::String
readonly
Output only.
-
#custom_asset_key ⇒ ::String
readonly
Output only.
-
#network_code ⇒ ::String
Required.
Instance Attribute Details
#asset_key ⇒ ::String (readonly)
Returns Output only. The asset key identifier generated for the live config.
123 124 125 126 |
# File 'proto_docs/google/cloud/video/stitcher/v1/live_configs.rb', line 123 class GamLiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_asset_key ⇒ ::String (readonly)
Returns Output only. The custom asset key identifier generated for the live config.
123 124 125 126 |
# File 'proto_docs/google/cloud/video/stitcher/v1/live_configs.rb', line 123 class GamLiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_code ⇒ ::String
Returns Required. Ad Manager network code to associate with the live config.
123 124 125 126 |
# File 'proto_docs/google/cloud/video/stitcher/v1/live_configs.rb', line 123 class GamLiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |