Enum AgeRange (0.8.0)

public enum AgeRange extends Enum<AgeRange> implements ProtocolMessageEnum

The demographic age ranges

Protobuf enum google.ads.datamanager.v1.AgeRange

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGE_RANGE_18_24

Between 18 and 24 years old.

AGE_RANGE_18_24 = 2;

AGE_RANGE_18_24_VALUE

Between 18 and 24 years old.

AGE_RANGE_18_24 = 2;

AGE_RANGE_25_34

Between 25 and 34 years old.

AGE_RANGE_25_34 = 3;

AGE_RANGE_25_34_VALUE

Between 25 and 34 years old.

AGE_RANGE_25_34 = 3;

AGE_RANGE_35_44

Between 35 and 44 years old.

AGE_RANGE_35_44 = 4;

AGE_RANGE_35_44_VALUE

Between 35 and 44 years old.

AGE_RANGE_35_44 = 4;

AGE_RANGE_45_54

Between 45 and 54 years old.

AGE_RANGE_45_54 = 5;

AGE_RANGE_45_54_VALUE

Between 45 and 54 years old.

AGE_RANGE_45_54 = 5;

AGE_RANGE_55_64

Between 55 and 64 years old.

AGE_RANGE_55_64 = 6;

AGE_RANGE_55_64_VALUE

Between 55 and 64 years old.

AGE_RANGE_55_64 = 6;

AGE_RANGE_65_UP

65 years old and beyond.

AGE_RANGE_65_UP = 7;

AGE_RANGE_65_UP_VALUE

65 years old and beyond.

AGE_RANGE_65_UP = 7;

AGE_RANGE_UNKNOWN

Unknown.

AGE_RANGE_UNKNOWN = 1;

AGE_RANGE_UNKNOWN_VALUE

Unknown.

AGE_RANGE_UNKNOWN = 1;

AGE_RANGE_UNSPECIFIED

Not specified.

AGE_RANGE_UNSPECIFIED = 0;

AGE_RANGE_UNSPECIFIED_VALUE

Not specified.

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