Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class DisplayRequirement.
Indicates how many of the companions should be displayed with the ad.
Protobuf type google.cloud.video.stitcher.v1.CompanionAds.DisplayRequirement
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DISPLAY_REQUIREMENT_UNSPECIFIED
Value: 0
Required companions are not specified. The default is ALL.
Generated from protobuf enum DISPLAY_REQUIREMENT_UNSPECIFIED = 0;
ALL
Value: 1
All companions are required to be displayed.
Generated from protobuf enum ALL = 1;
ANY
Value: 2
At least one of companions needs to be displayed.
Generated from protobuf enum ANY = 2;
NONE
Value: 3
All companions are optional for display.
Generated from protobuf enum NONE = 3;