Enum DeliveryRateTypeEnum.DeliveryRateType (0.4.0)

public enum DeliveryRateTypeEnum.DeliveryRateType extends Enum<DeliveryRateTypeEnum.DeliveryRateType> implements ProtocolMessageEnum

Possible delivery rates for a line item. It dictates the manner in which the line item is served.

Protobuf enum google.ads.admanager.v1.DeliveryRateTypeEnum.DeliveryRateType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AS_FAST_AS_POSSIBLE

The booked impressions may delivered well before the end_time. Other lower-priority or lower-value line items will be stopped from delivering until the line item meets the number of impressions or clicks it is booked for.

AS_FAST_AS_POSSIBLE = 3;

AS_FAST_AS_POSSIBLE_VALUE

The booked impressions may delivered well before the end_time. Other lower-priority or lower-value line items will be stopped from delivering until the line item meets the number of impressions or clicks it is booked for.

AS_FAST_AS_POSSIBLE = 3;

DELIVERY_RATE_TYPE_UNSPECIFIED

Not specified value

DELIVERY_RATE_TYPE_UNSPECIFIED = 0;

DELIVERY_RATE_TYPE_UNSPECIFIED_VALUE

Not specified value

DELIVERY_RATE_TYPE_UNSPECIFIED = 0;

EVENLY

Line items are served as evenly as possible across the number of days specified in a line item's duration.

EVENLY = 1;

EVENLY_VALUE

Line items are served as evenly as possible across the number of days specified in a line item's duration.

EVENLY = 1;

FRONTLOADED

Line items are served more aggressively in the beginning of the flight date.

FRONTLOADED = 2;

FRONTLOADED_VALUE

Line items are served more aggressively in the beginning of the flight date.

FRONTLOADED = 2;

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