Google Cloud Video Stitcher V1 Client - Class DisplayRequirement (0.8.3)

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

Namespace

Google \ Cloud \ Video \ Stitcher \ V1 \ CompanionAds

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;