Enum CoarseValue (0.51.0)

public enum CoarseValue extends Enum<CoarseValue> implements ProtocolMessageEnum

The coarse conversion value set on the updatePostbackConversionValue SDK call when a ConversionValues.event_mappings conditions are satisfied. For more information, see SKAdNetwork.CoarseConversionValue.

Protobuf enum google.analytics.admin.v1alpha.CoarseValue

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COARSE_VALUE_HIGH

Coarse value of high.

COARSE_VALUE_HIGH = 3;

COARSE_VALUE_HIGH_VALUE

Coarse value of high.

COARSE_VALUE_HIGH = 3;

COARSE_VALUE_LOW

Coarse value of low.

COARSE_VALUE_LOW = 1;

COARSE_VALUE_LOW_VALUE

Coarse value of low.

COARSE_VALUE_LOW = 1;

COARSE_VALUE_MEDIUM

Coarse value of medium.

COARSE_VALUE_MEDIUM = 2;

COARSE_VALUE_MEDIUM_VALUE

Coarse value of medium.

COARSE_VALUE_MEDIUM = 2;

COARSE_VALUE_UNSPECIFIED

Coarse value not specified.

COARSE_VALUE_UNSPECIFIED = 0;

COARSE_VALUE_UNSPECIFIED_VALUE

Coarse value not specified.

COARSE_VALUE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()