Enum Report.MetricValueType (0.11.0)

public enum Report.MetricValueType extends Enum<Report.MetricValueType> implements ProtocolMessageEnum

Possible metric value types to add.

Protobuf enum google.ads.admanager.v1.Report.MetricValueType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ABSOLUTE_CHANGE

The absolute change between the primary and comparison date ranges.

ABSOLUTE_CHANGE = 4;

ABSOLUTE_CHANGE_VALUE

The absolute change between the primary and comparison date ranges.

ABSOLUTE_CHANGE = 4;

COMPARISON

The values for the comparison_date_range.

COMPARISON = 2;

COMPARISON_PERCENT_OF_TOTAL

Each metrics' percent of the total for the comparison_date_range.

COMPARISON_PERCENT_OF_TOTAL = 3;

COMPARISON_PERCENT_OF_TOTAL_VALUE

Each metrics' percent of the total for the comparison_date_range.

COMPARISON_PERCENT_OF_TOTAL = 3;

COMPARISON_VALUE

The values for the comparison_date_range.

COMPARISON = 2;

PRIMARY

The values for the primary date_range.

PRIMARY = 0;

PRIMARY_PERCENT_OF_TOTAL

Each metrics' percent of the total for the primary date_range.

PRIMARY_PERCENT_OF_TOTAL = 1;

PRIMARY_PERCENT_OF_TOTAL_VALUE

Each metrics' percent of the total for the primary date_range.

PRIMARY_PERCENT_OF_TOTAL = 1;

PRIMARY_VALUE

The values for the primary date_range.

PRIMARY = 0;

RELATIVE_CHANGE

The relative change between the primary and comparison date ranges.

RELATIVE_CHANGE = 5;

RELATIVE_CHANGE_VALUE

The relative change between the primary and comparison date ranges.

RELATIVE_CHANGE = 5;

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