enum SlateStatus (v202411)
Service
LiveStreamEventService
Describes the status of a Slate object.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
ACTIVE
|
Indicates the Slate has been created and is eligible for streaming.
|
ARCHIVED
|
Indicates the Slate has been archived.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["SlateStatus describes the status of a Slate object, indicating whether it's active, archived, or unknown."],["A Slate object with \"ACTIVE\" status is ready for streaming, while \"ARCHIVED\" means it's no longer in use."],["The \"UNKNOWN\" status is returned when the actual status isn't exposed by the requested API version."]]],["The document details the `SlateStatus` of a `Slate` object within the `LiveStreamEventService`. Three possible statuses are defined: `ACTIVE`, indicating the Slate is created and ready for streaming; `ARCHIVED`, meaning the Slate has been archived; and `UNKNOWN`, used when the API version doesn't expose the actual status. The `Slate` objects are used within the Google Ad Manager API.\n"]]