Enum CompanionDeliveryOptionEnum.CompanionDeliveryOption (0.54.0)

public enum CompanionDeliveryOptionEnum.CompanionDeliveryOption extends Enum<CompanionDeliveryOptionEnum.CompanionDeliveryOption> implements ProtocolMessageEnum

Defines the different delivery types of a line item companion.

Protobuf enum google.ads.admanager.v1.CompanionDeliveryOptionEnum.CompanionDeliveryOption

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

All companions in the set must be served in order for the creative set to be used. This can still serve to inventory that has more companions than can be filled.

ALL = 3;

ALL_VALUE

All companions in the set must be served in order for the creative set to be used. This can still serve to inventory that has more companions than can be filled.

ALL = 3;

AT_LEAST_ONE

At least one companion must be served in order for the creative set to be used.

AT_LEAST_ONE = 2;

AT_LEAST_ONE_VALUE

At least one companion must be served in order for the creative set to be used.

AT_LEAST_ONE = 2;

COMPANION_DELIVERY_OPTION_UNSPECIFIED

No value specified.

COMPANION_DELIVERY_OPTION_UNSPECIFIED = 0;

COMPANION_DELIVERY_OPTION_UNSPECIFIED_VALUE

No value specified.

COMPANION_DELIVERY_OPTION_UNSPECIFIED = 0;

OPTIONAL

Companions are not required to serve a CreativeSet. The creative set can serve to inventory that has zero or more matching companions.

OPTIONAL = 1;

OPTIONAL_VALUE

Companions are not required to serve a CreativeSet. The creative set can serve to inventory that has zero or more matching companions.

OPTIONAL = 1;

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()