Metadata for long running operation returned by creatives.create. Present as metadata
.
JSON representation |
---|
{
"creativeUrl": string,
"gvRegistryId": string,
"createTime": string,
"youtubeStatus": {
object ( |
Fields | |
---|---|
creativeUrl |
The URL of the creative that was used for ingest. This is the selected mezzanine URL or media rendition URL, which was chosen based on the properties provided in the request. |
gvRegistryId |
A unique identifier for the video creative, if ingest is successful. The name of the Creative resource is creatives/ |
createTime |
Time that ingest request was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
youtubeStatus |
Current YouTube ingest status. |
IngestionStatus
The ingest status of the Create Creative request.
JSON representation |
---|
{ "state": enum ( |
Fields | |
---|---|
state |
The current ingest state of a video creative. |
failureReason |
The reason the creative failed to be ingested, if ingest fails. |
updateTime |
The time the ingest job was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
FailureReason
Reason for creative ingest failure.
JSON representation |
---|
{
"reason": enum ( |
Fields | |
---|---|
reason |
Description of creative ingest failure. |
code |
HTTP status code of failure if reason is DOWNLOAD_ERROR. |