Enum MatchRateRange (0.1.0)

public enum MatchRateRange extends Enum<MatchRateRange> implements ProtocolMessageEnum

The match rate range of the upload or userlist.

Protobuf enum google.ads.datamanager.v1.MatchRateRange

Implements

ProtocolMessageEnum

Static Fields

Name Description
MATCH_RATE_RANGE_20_TO_30

The match rate range is between 20% and 30% (in the interval [20, 31)).

MATCH_RATE_RANGE_20_TO_30 = 3;

MATCH_RATE_RANGE_20_TO_30_VALUE

The match rate range is between 20% and 30% (in the interval [20, 31)).

MATCH_RATE_RANGE_20_TO_30 = 3;

MATCH_RATE_RANGE_31_TO_40

The match rate range is between 31% and 40% (in the interval [31, 41)).

MATCH_RATE_RANGE_31_TO_40 = 4;

MATCH_RATE_RANGE_31_TO_40_VALUE

The match rate range is between 31% and 40% (in the interval [31, 41)).

MATCH_RATE_RANGE_31_TO_40 = 4;

MATCH_RATE_RANGE_41_TO_50

The match rate range is between 41% and 50% (in the interval [41, 51)).

MATCH_RATE_RANGE_41_TO_50 = 5;

MATCH_RATE_RANGE_41_TO_50_VALUE

The match rate range is between 41% and 50% (in the interval [41, 51)).

MATCH_RATE_RANGE_41_TO_50 = 5;

MATCH_RATE_RANGE_51_TO_60

The match rate range is between 51% and 60% (in the interval [51, 61).

MATCH_RATE_RANGE_51_TO_60 = 6;

MATCH_RATE_RANGE_51_TO_60_VALUE

The match rate range is between 51% and 60% (in the interval [51, 61).

MATCH_RATE_RANGE_51_TO_60 = 6;

MATCH_RATE_RANGE_61_TO_70

The match rate range is between 61% and 70% (in the interval [61, 71)).

MATCH_RATE_RANGE_61_TO_70 = 7;

MATCH_RATE_RANGE_61_TO_70_VALUE

The match rate range is between 61% and 70% (in the interval [61, 71)).

MATCH_RATE_RANGE_61_TO_70 = 7;

MATCH_RATE_RANGE_71_TO_80

The match rate range is between 71% and 80% (in the interval [71, 81)).

MATCH_RATE_RANGE_71_TO_80 = 8;

MATCH_RATE_RANGE_71_TO_80_VALUE

The match rate range is between 71% and 80% (in the interval [71, 81)).

MATCH_RATE_RANGE_71_TO_80 = 8;

MATCH_RATE_RANGE_81_TO_90

The match rate range is between 81% and 90% (in the interval [81, 91)).

MATCH_RATE_RANGE_81_TO_90 = 9;

MATCH_RATE_RANGE_81_TO_90_VALUE

The match rate range is between 81% and 90% (in the interval [81, 91)).

MATCH_RATE_RANGE_81_TO_90 = 9;

MATCH_RATE_RANGE_91_TO_100

The match rate range is between 91% and 100% (in the interval [91, 100]).

MATCH_RATE_RANGE_91_TO_100 = 10;

MATCH_RATE_RANGE_91_TO_100_VALUE

The match rate range is between 91% and 100% (in the interval [91, 100]).

MATCH_RATE_RANGE_91_TO_100 = 10;

MATCH_RATE_RANGE_LESS_THAN_20

The match rate range is less than 20% (in the interval [0, 20)).

MATCH_RATE_RANGE_LESS_THAN_20 = 2;

MATCH_RATE_RANGE_LESS_THAN_20_VALUE

The match rate range is less than 20% (in the interval [0, 20)).

MATCH_RATE_RANGE_LESS_THAN_20 = 2;

MATCH_RATE_RANGE_NOT_ELIGIBLE

The match rate range is not eligible.

MATCH_RATE_RANGE_NOT_ELIGIBLE = 1;

MATCH_RATE_RANGE_NOT_ELIGIBLE_VALUE

The match rate range is not eligible.

MATCH_RATE_RANGE_NOT_ELIGIBLE = 1;

MATCH_RATE_RANGE_UNKNOWN

The match rate range is unknown.

MATCH_RATE_RANGE_UNKNOWN = 0;

MATCH_RATE_RANGE_UNKNOWN_VALUE

The match rate range is unknown.

MATCH_RATE_RANGE_UNKNOWN = 0;

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