public enum AdUnit.Status extends Enum<AdUnit.Status> implements ProtocolMessageEnum
The status of an AdUnit.
Protobuf enum google.ads.admanager.v1.AdUnit.Status
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. |
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. |
STATUS_UNSPECIFIED |
Default value. This value is unused. |
STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |