Enum AdUnit.Status (0.4.0)

public enum AdUnit.Status extends Enum<AdUnit.Status> implements ProtocolMessageEnum

The status of an AdUnit.

Protobuf enum google.ads.admanager.v1.AdUnit.Status

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;

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;

STATUS_UNSPECIFIED

Default value. This value is unused.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

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