Enum ChildContentEligibilityEnum.ChildContentEligibility (0.54.0)

public enum ChildContentEligibilityEnum.ChildContentEligibility extends Enum<ChildContentEligibilityEnum.ChildContentEligibility> implements ProtocolMessageEnum

Child content eligibility designation.

Protobuf enum google.ads.admanager.v1.ChildContentEligibilityEnum.ChildContentEligibility

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALLOWED

This line item is eligible to serve on requests that are child-directed.

ALLOWED = 1;

ALLOWED_VALUE

This line item is eligible to serve on requests that are child-directed.

ALLOWED = 1;

CHILD_CONTENT_ELIGIBILITY_UNSPECIFIED

Default value. This value is unused.

CHILD_CONTENT_ELIGIBILITY_UNSPECIFIED = 0;

CHILD_CONTENT_ELIGIBILITY_UNSPECIFIED_VALUE

Default value. This value is unused.

CHILD_CONTENT_ELIGIBILITY_UNSPECIFIED = 0;

DISALLOWED

This line item is not eligible to serve on any requests that are child-directed.

DISALLOWED = 2;

DISALLOWED_VALUE

This line item is not eligible to serve on any requests that are child-directed.

DISALLOWED = 2;

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