Enum SiteDisapprovalReasonEnum.SiteDisapprovalReason (0.39.0)

public enum SiteDisapprovalReasonEnum.SiteDisapprovalReason extends Enum<SiteDisapprovalReasonEnum.SiteDisapprovalReason> implements ProtocolMessageEnum

The list of possible policy violation types for a Site.

Protobuf enum google.ads.admanager.v1.SiteDisapprovalReasonEnum.SiteDisapprovalReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTENT

The site has content that violates policy.

CONTENT = 1;

CONTENT_VALUE

The site has content that violates policy.

CONTENT = 1;

OTHER

Generic error type.

OTHER = 2;

OTHER_VALUE

Generic error type.

OTHER = 2;

OWNERSHIP

The parent must be an authorized seller of the child network's inventory.

OWNERSHIP = 3;

OWNERSHIP_VALUE

The parent must be an authorized seller of the child network's inventory.

OWNERSHIP = 3;

SITE_DISAPPROVAL_REASON_UNSPECIFIED

Default value. This value is unused.

SITE_DISAPPROVAL_REASON_UNSPECIFIED = 0;

SITE_DISAPPROVAL_REASON_UNSPECIFIED_VALUE

Default value. This value is unused.

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