Class: Google::Cloud::Video::Stitcher::V1::Companion
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::Companion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/companions.rb
Overview
Metadata for a companion.
Instance Attribute Summary collapse
-
#ad_slot_id ⇒ ::String
The ID used to identify the desired placement on a publisher's page.
-
#api_framework ⇒ ::String
The API necessary to communicate with the creative if available.
-
#asset_height_px ⇒ ::Integer
The pixel height of the creative.
-
#asset_width_px ⇒ ::Integer
The pixel width of the creative.
-
#events ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Event>
The list of tracking events for the companion.
-
#expanded_height_px ⇒ ::Integer
The maximum pixel height of the creative in its expanded state.
-
#expanded_width_px ⇒ ::Integer
The maximum pixel width of the creative in its expanded state.
-
#height_px ⇒ ::Integer
The pixel height of the placement slot for the intended creative.
-
#html_ad_resource ⇒ ::Google::Cloud::Video::Stitcher::V1::HtmlAdResource
The HTML ad resource associated with the companion ad.
-
#iframe_ad_resource ⇒ ::Google::Cloud::Video::Stitcher::V1::IframeAdResource
The IFrame ad resource associated with the companion ad.
-
#static_ad_resource ⇒ ::Google::Cloud::Video::Stitcher::V1::StaticAdResource
The static ad resource associated with the companion ad.
-
#width_px ⇒ ::Integer
The pixel width of the placement slot for the intended creative.
Instance Attribute Details
#ad_slot_id ⇒ ::String
Returns The ID used to identify the desired placement on a publisher's page. Values to be used should be discussed between publishers and advertisers.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#api_framework ⇒ ::String
Returns The API necessary to communicate with the creative if available.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#asset_height_px ⇒ ::Integer
Returns The pixel height of the creative.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#asset_width_px ⇒ ::Integer
Returns The pixel width of the creative.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#events ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Event>
Returns The list of tracking events for the companion.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expanded_height_px ⇒ ::Integer
Returns The maximum pixel height of the creative in its expanded state.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expanded_width_px ⇒ ::Integer
Returns The maximum pixel width of the creative in its expanded state.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#height_px ⇒ ::Integer
Returns The pixel height of the placement slot for the intended creative.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#html_ad_resource ⇒ ::Google::Cloud::Video::Stitcher::V1::HtmlAdResource
Returns The HTML ad resource associated with the companion ad.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#iframe_ad_resource ⇒ ::Google::Cloud::Video::Stitcher::V1::IframeAdResource
Returns The IFrame ad resource associated with the companion ad.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#static_ad_resource ⇒ ::Google::Cloud::Video::Stitcher::V1::StaticAdResource
Returns The static ad resource associated with the companion ad.
91 92 93 94 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 91 class Companion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |