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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ABSOLUTE_CHANGE |
The absolute change between the primary and comparison date ranges. |
ABSOLUTE_CHANGE_VALUE |
The absolute change between the primary and comparison date ranges. |
COMPARISON |
The values for the comparison_date_range. |
COMPARISON_PERCENT_OF_TOTAL |
Each metrics' percent of the total for the comparison_date_range. |
COMPARISON_PERCENT_OF_TOTAL_VALUE |
Each metrics' percent of the total for the comparison_date_range. |
COMPARISON_VALUE |
The values for the comparison_date_range. |
PRIMARY |
The values for the primary date_range. |
PRIMARY_PERCENT_OF_TOTAL |
Each metrics' percent of the total for the primary date_range. |
PRIMARY_PERCENT_OF_TOTAL_VALUE |
Each metrics' percent of the total for the primary date_range. |
PRIMARY_VALUE |
The values for the primary date_range. |
RELATIVE_CHANGE |
The relative change between the primary and comparison date ranges. |
RELATIVE_CHANGE_VALUE |
The relative change between the primary and comparison date ranges. |
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() |