Enum AdUnitStatusEnum.AdUnitStatus (0.11.0)

public enum AdUnitStatusEnum.AdUnitStatus extends Enum<AdUnitStatusEnum.AdUnitStatus> implements ProtocolMessageEnum

The status of an AdUnit.

Protobuf enum google.ads.admanager.v1.AdUnitStatusEnum.AdUnitStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The ad unit is active, available for targeting, and serving.

ACTIVE = 1;

ACTIVE_VALUE

The ad unit is active, available for targeting, and serving.

ACTIVE = 1;

AD_UNIT_STATUS_UNSPECIFIED

Default value. This value is unused.

AD_UNIT_STATUS_UNSPECIFIED = 0;

AD_UNIT_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

AD_UNIT_STATUS_UNSPECIFIED = 0;

ARCHIVED

The ad unit will be hidden in the UI and ignored by serving.

ARCHIVED = 3;

ARCHIVED_VALUE

The ad unit will be hidden in the UI and ignored by serving.

ARCHIVED = 3;

INACTIVE

The ad unit will be visible in the UI, but ignored by serving.

INACTIVE = 2;

INACTIVE_VALUE

The ad unit will be visible in the UI, but ignored by serving.

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