| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201911 |
| Modifier and Type | Field and Description |
|---|---|
static DaiIngestStatus |
DaiIngestStatus.FAILURE |
static DaiIngestStatus |
DaiIngestStatus.SUCCESS |
static DaiIngestStatus |
DaiIngestStatus.UNKNOWN |
static DaiIngestStatus |
DaiIngestStatus.WARNING |
| Modifier and Type | Method and Description |
|---|---|
static DaiIngestStatus |
DaiIngestStatus.fromString(String value) |
static DaiIngestStatus |
DaiIngestStatus.fromValue(String value) |
DaiIngestStatus |
Content.getDashIngestStatus()
Gets the dashIngestStatus value for this Content.
|
DaiIngestStatus |
Content.getHlsIngestStatus()
Gets the hlsIngestStatus value for this Content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setDashIngestStatus(DaiIngestStatus dashIngestStatus)
Sets the dashIngestStatus value for this Content.
|
void |
Content.setHlsIngestStatus(DaiIngestStatus hlsIngestStatus)
Sets the hlsIngestStatus value for this Content.
|
| Constructor and Description |
|---|
Content(Long id,
String name,
ContentStatus status,
ContentStatusDefinedBy statusDefinedBy,
DaiIngestStatus hlsIngestStatus,
DaiIngestError[] hlsIngestErrors,
DateTime lastHlsIngestDateTime,
DaiIngestStatus dashIngestStatus,
DaiIngestError[] dashIngestErrors,
DateTime lastDashIngestDateTime,
DateTime importDateTime,
DateTime lastModifiedDateTime,
long[] userDefinedCustomTargetingValueIds,
long[] mappingRuleDefinedCustomTargetingValueIds,
CmsContent[] cmsSources) |
Copyright © 2020. All rights reserved.