Class: Google::Cloud::Video::Stitcher::V1::CompanionAds
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::CompanionAds
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/companions.rb
Overview
Metadata for companion ads.
Defined Under Namespace
Modules: DisplayRequirement
Instance Attribute Summary collapse
-
#companions ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Companion>
List of companion ads.
-
#display_requirement ⇒ ::Google::Cloud::Video::Stitcher::V1::CompanionAds::DisplayRequirement
Indicates how many of the companions should be displayed with the ad.
Instance Attribute Details
#companions ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Companion>
Returns List of companion ads.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 32 class CompanionAds include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Indicates how many of the companions should be displayed with the ad. module DisplayRequirement # Required companions are not specified. The default is ALL. DISPLAY_REQUIREMENT_UNSPECIFIED = 0 # All companions are required to be displayed. ALL = 1 # At least one of companions needs to be displayed. ANY = 2 # All companions are optional for display. NONE = 3 end end |
#display_requirement ⇒ ::Google::Cloud::Video::Stitcher::V1::CompanionAds::DisplayRequirement
Returns Indicates how many of the companions should be displayed with the ad.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 32 class CompanionAds include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Indicates how many of the companions should be displayed with the ad. module DisplayRequirement # Required companions are not specified. The default is ALL. DISPLAY_REQUIREMENT_UNSPECIFIED = 0 # All companions are required to be displayed. ALL = 1 # At least one of companions needs to be displayed. ANY = 2 # All companions are optional for display. NONE = 3 end end |