Enum CustomPacingGoalUnitEnum.CustomPacingGoalUnit (0.54.0)

public enum CustomPacingGoalUnitEnum.CustomPacingGoalUnit extends Enum<CustomPacingGoalUnitEnum.CustomPacingGoalUnit> implements ProtocolMessageEnum

Options for the unit of the custom pacing goal amounts.

Protobuf enum google.ads.admanager.v1.CustomPacingGoalUnitEnum.CustomPacingGoalUnit

Implements

ProtocolMessageEnum

Static Fields

Name Description
ABSOLUTE

The custom pacing goal amounts represent absolute numbers corresponding to the line item's [Goal.unitType][].

ABSOLUTE = 1;

ABSOLUTE_VALUE

The custom pacing goal amounts represent absolute numbers corresponding to the line item's [Goal.unitType][].

ABSOLUTE = 1;

CUSTOM_PACING_GOAL_UNIT_UNSPECIFIED

Default value. This value is unused.

CUSTOM_PACING_GOAL_UNIT_UNSPECIFIED = 0;

CUSTOM_PACING_GOAL_UNIT_UNSPECIFIED_VALUE

Default value. This value is unused.

CUSTOM_PACING_GOAL_UNIT_UNSPECIFIED = 0;

MILLI_PERCENT

The custom pacing goal amounts represent a millipercent. For example, 15000 millipercent equals 15%.

MILLI_PERCENT = 2;

MILLI_PERCENT_VALUE

The custom pacing goal amounts represent a millipercent. For example, 15000 millipercent equals 15%.

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