Enum RoadblockingTypeEnum.RoadblockingType (0.54.0)

public enum RoadblockingTypeEnum.RoadblockingType extends Enum<RoadblockingTypeEnum.RoadblockingType> implements ProtocolMessageEnum

Describes the roadblocking types.

Protobuf enum google.ads.admanager.v1.RoadblockingTypeEnum.RoadblockingType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_ROADBLOCK

All or none of the creatives from a line item will serve. This option will only work if served to a GPT tag using SRA (single request architecture mode).

ALL_ROADBLOCK = 1;

ALL_ROADBLOCK_VALUE

All or none of the creatives from a line item will serve. This option will only work if served to a GPT tag using SRA (single request architecture mode).

ALL_ROADBLOCK = 1;

AS_MANY_AS_POSSIBLE

As many creatives from a line item as can fit on a page will serve. This could mean anywhere from one to all of a line item's creatives given the size constraints of ad slots on a page.

AS_MANY_AS_POSSIBLE = 2;

AS_MANY_AS_POSSIBLE_VALUE

As many creatives from a line item as can fit on a page will serve. This could mean anywhere from one to all of a line item's creatives given the size constraints of ad slots on a page.

AS_MANY_AS_POSSIBLE = 2;

CREATIVE_SET

A master/companion creative set roadblocking type. A CreativePlaceholder must be set accordingly.

CREATIVE_SET = 3;

CREATIVE_SET_VALUE

A master/companion creative set roadblocking type. A CreativePlaceholder must be set accordingly.

CREATIVE_SET = 3;

ONE_OR_MORE

Any number of creatives from a line item can serve together at a time.

ONE_OR_MORE = 4;

ONE_OR_MORE_VALUE

Any number of creatives from a line item can serve together at a time.

ONE_OR_MORE = 4;

ONLY_ONE

Only one creative from a line item can serve at a time.

ONLY_ONE = 5;

ONLY_ONE_VALUE

Only one creative from a line item can serve at a time.

ONLY_ONE = 5;

ROADBLOCKING_TYPE_UNSPECIFIED

Default value. This value is unused.

ROADBLOCKING_TYPE_UNSPECIFIED = 0;

ROADBLOCKING_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

ROADBLOCKING_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()