Enum GrpTargetGenderEnum.GrpTargetGender (0.54.0)

public enum GrpTargetGenderEnum.GrpTargetGender extends Enum<GrpTargetGenderEnum.GrpTargetGender> implements ProtocolMessageEnum

Represents the target gender for a GRP demographic targeted line item.

Protobuf enum google.ads.admanager.v1.GrpTargetGenderEnum.GrpTargetGender

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOTH

Indicates that the GRP target gender is both male and female.

BOTH = 1;

BOTH_VALUE

Indicates that the GRP target gender is both male and female.

BOTH = 1;

FEMALE

Indicates that the GRP target gender is Female.

FEMALE = 2;

FEMALE_VALUE

Indicates that the GRP target gender is Female.

FEMALE = 2;

GRP_TARGET_GENDER_UNSPECIFIED

Default value. This value is unused.

GRP_TARGET_GENDER_UNSPECIFIED = 0;

GRP_TARGET_GENDER_UNSPECIFIED_VALUE

Default value. This value is unused.

GRP_TARGET_GENDER_UNSPECIFIED = 0;

MALE

Indicates that the GRP target gender is Male.

MALE = 3;

MALE_VALUE

Indicates that the GRP target gender is Male.

MALE = 3;

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