Enum CompanionAds.DisplayRequirement (0.12.0)

public enum CompanionAds.DisplayRequirement extends Enum<CompanionAds.DisplayRequirement> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.video.stitcher.v1.CompanionAds.DisplayRequirement

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL

All companions are required to be displayed.

ALL = 1;

ALL_VALUE

All companions are required to be displayed.

ALL = 1;

ANY

At least one of companions needs to be displayed.

ANY = 2;

ANY_VALUE

At least one of companions needs to be displayed.

ANY = 2;

DISPLAY_REQUIREMENT_UNSPECIFIED

Required companions are not specified. The default is ALL.

DISPLAY_REQUIREMENT_UNSPECIFIED = 0;

DISPLAY_REQUIREMENT_UNSPECIFIED_VALUE

Required companions are not specified. The default is ALL.

DISPLAY_REQUIREMENT_UNSPECIFIED = 0;

NONE

All companions are optional for display.

NONE = 3;

NONE_VALUE

All companions are optional for display.

NONE = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()