AI-generated Key Takeaways
-
DaiEncodingProfileStatus
describes the status of aDaiEncodingProfile
object. -
The enumeration has three possible values:
ACTIVE
,ARCHIVED
, andUNKNOWN
. -
ACTIVE
status indicates the profile is created and eligible for streaming. -
ARCHIVED
status means the profile has been archived.
Service
DaiEncodingProfileService
Dependencies
DaiEncodingProfile
▼
DaiEncodingProfileStatus
Describes the status of a DaiEncodingProfile object.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Enumeration | Description |
---|---|
ACTIVE
|
Indicates the DaiEncodingProfile has been created and is eligible for streaming. |
ARCHIVED
|
Indicates the DaiEncodingProfile has been archived. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |