public enum RoadblockingTypeEnum.RoadblockingType extends Enum<RoadblockingTypeEnum.RoadblockingType> implements ProtocolMessageEnumDescribes the roadblocking types.
Protobuf enum google.ads.admanager.v1.RoadblockingTypeEnum.RoadblockingType
Implements
ProtocolMessageEnumStatic 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_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). |
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_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. |
CREATIVE_SET |
A master/companion creative set roadblocking type. A CreativePlaceholder must be set accordingly. |
CREATIVE_SET_VALUE |
A master/companion creative set roadblocking type. A CreativePlaceholder must be set accordingly. |
ONE_OR_MORE |
Any number of creatives from a line item can serve together at a time. |
ONE_OR_MORE_VALUE |
Any number of creatives from a line item can serve together at a time. |
ONLY_ONE |
Only one creative from a line item can serve at a time. |
ONLY_ONE_VALUE |
Only one creative from a line item can serve at a time. |
ROADBLOCKING_TYPE_UNSPECIFIED |
Default value. This value is unused. |
ROADBLOCKING_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |
|