public enum DaiIngestStatusEnum.DaiIngestStatus extends Enum<DaiIngestStatusEnum.DaiIngestStatus> implements ProtocolMessageEnumThe status of the Dynamic Ad Insertion (DAI) ingestion process. Only Content with a status of SUCCESS will be available for DAI.
Protobuf enum google.ads.admanager.v1.DaiIngestStatusEnum.DaiIngestStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONDITIONED |
The unconditioned |
CONDITIONED_VALUE |
The unconditioned |
CONDITIONED_WITH_WARNINGS |
There was a non-fatal issue during the DAI conditioning process on
originally unconditioned |
CONDITIONED_WITH_WARNINGS_VALUE |
There was a non-fatal issue during the DAI conditioning process on
originally unconditioned |
DAI_INGEST_STATUS_UNSPECIFIED |
Default value. This value is unused. |
DAI_INGEST_STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
FAILURE |
There was a non-fatal issue during the DAI ingestion process and the
|
FAILURE_VALUE |
There was a non-fatal issue during the DAI ingestion process and the
|
INGESTED |
The preconditioned |
INGESTED_VALUE |
The preconditioned |
INGESTED_WITH_WARNINGS |
There was a non-fatal issue during the DAI ingestion process on
preconditioned |
INGESTED_WITH_WARNINGS_VALUE |
There was a non-fatal issue during the DAI ingestion process on
preconditioned |
SUCCESS |
The |
SUCCESS_VALUE |
The |
UNRECOGNIZED |
|
WARNING |
There was a non-fatal issue during the DAI ingestion process. |
WARNING_VALUE |
There was a non-fatal issue during the DAI ingestion process. |
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() |
|