Resource: Slate
A Slate encapsulates all the information necessary to represent a Slate entity, the video creative used by Dynamic Ad Insertion to fill vacant ad slots.
| JSON representation |
|---|
{ "name": string, "updateTime": string, "displayName": string, "status": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the |
updateTime |
Output only. The date and time this slate was last modified. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
displayName |
Required. The display name of the Slate. It has a maximum length of 255 characters. |
status |
Output only. The status of this Slate. Slates are created in the [SlateStatus.ACTIVE][] state. |
transcodeStatus |
Output only. Server side transcoding status of the current slate. |
videoSourceUrl |
Optional. The location of the original asset if publisher provided and slate is externally hosted. |
SlateStatus
Describes the status of a Slate object.
| Enums | |
|---|---|
SLATE_STATUS_UNSPECIFIED |
Default value. This value is unused. |
ACTIVE |
Indicates the Slate has been created and is eligible for streaming. |
ARCHIVED |
Indicates the Slate has been archived. |
VideoTranscodeStatus
Possible server side transcoding states.
| Enums | |
|---|---|
VIDEO_TRANSCODE_STATUS_UNSPECIFIED |
Default value. This value is unused. |
COMPLETED |
The video transcoding is complete. |
FAILED |
The video transcoding failed. |
IN_PROGRESS |
The video transcode is in progress. |
NEEDS_TRANSCODE |
The video needs to be transcoded. |
NOT_READY |
The video is not ready. |
Methods |
|
|---|---|
|
Batch archives Slate objects. |
|
Batch creates Slate objects. |
|
Batch unarchives Slate objects. |
|
Batch updates Slate objects. |
|
Creates a Slate object. |
|
Retrieves a Slate object. |
|
Lists Slate objects. |
|
Updates a Slate object. |