Enum DaiIngestStatusEnum.DaiIngestStatus (0.54.0)

public enum DaiIngestStatusEnum.DaiIngestStatus extends Enum<DaiIngestStatusEnum.DaiIngestStatus> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
CONDITIONED

The unconditioned Content was successfully conditioned for DAI.

CONDITIONED = 5;

CONDITIONED_VALUE

The unconditioned Content was successfully conditioned for DAI.

CONDITIONED = 5;

CONDITIONED_WITH_WARNINGS

There was a non-fatal issue during the DAI conditioning process on originally unconditioned Content.

CONDITIONED_WITH_WARNINGS = 6;

CONDITIONED_WITH_WARNINGS_VALUE

There was a non-fatal issue during the DAI conditioning process on originally unconditioned Content.

CONDITIONED_WITH_WARNINGS = 6;

DAI_INGEST_STATUS_UNSPECIFIED

Default value. This value is unused.

DAI_INGEST_STATUS_UNSPECIFIED = 0;

DAI_INGEST_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

DAI_INGEST_STATUS_UNSPECIFIED = 0;

FAILURE

There was a non-fatal issue during the DAI ingestion process and the Content is not available for dynamic ad insertion.

FAILURE = 7;

FAILURE_VALUE

There was a non-fatal issue during the DAI ingestion process and the Content is not available for dynamic ad insertion.

FAILURE = 7;

INGESTED

The preconditioned Content was successfully ingested for DAI.

INGESTED = 3;

INGESTED_VALUE

The preconditioned Content was successfully ingested for DAI.

INGESTED = 3;

INGESTED_WITH_WARNINGS

There was a non-fatal issue during the DAI ingestion process on preconditioned Content.

INGESTED_WITH_WARNINGS = 4;

INGESTED_WITH_WARNINGS_VALUE

There was a non-fatal issue during the DAI ingestion process on preconditioned Content.

INGESTED_WITH_WARNINGS = 4;

SUCCESS

The Content was successfully ingested for DAI.

SUCCESS = 1;

SUCCESS_VALUE

The Content was successfully ingested for DAI.

SUCCESS = 1;

UNRECOGNIZED
WARNING

There was a non-fatal issue during the DAI ingestion process.

WARNING = 2;

WARNING_VALUE

There was a non-fatal issue during the DAI ingestion process.

WARNING = 2;

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