public enum AdUnitStatusEnum.AdUnitStatus extends Enum<AdUnitStatusEnum.AdUnitStatus> implements ProtocolMessageEnum
The status of an AdUnit.
Protobuf enum google.ads.admanager.v1.AdUnitStatusEnum.AdUnitStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The ad unit is active, available for targeting, and serving. |
ACTIVE_VALUE |
The ad unit is active, available for targeting, and serving. |
AD_UNIT_STATUS_UNSPECIFIED |
Default value. This value is unused. |
AD_UNIT_STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
ARCHIVED |
The ad unit will be hidden in the UI and ignored by serving. |
ARCHIVED_VALUE |
The ad unit will be hidden in the UI and ignored by serving. |
INACTIVE |
The ad unit will be visible in the UI, but ignored by serving. |
INACTIVE_VALUE |
The ad unit will be visible in the UI, but ignored by serving. |
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() |