Module: Google::Cloud::Video::Stitcher::V1::CompanionAds::DisplayRequirement

Defined in:
proto_docs/google/cloud/video/stitcher/v1/companions.rb

Overview

Indicates how many of the companions should be displayed with the ad.

Constant Summary collapse

DISPLAY_REQUIREMENT_UNSPECIFIED =

Required companions are not specified. The default is ALL.

0
ALL =

All companions are required to be displayed.

1
ANY =

At least one of companions needs to be displayed.

2
NONE =

All companions are optional for display.

3