AI-generated Key Takeaways
-
LiveStreamEventCdnSettingsError describes reasons for errors related to CDN settings in LiveStreamEventService.
-
CDN configurations within a single LiveStreamEvent must have unique URL prefixes.
-
Only CDN configurations of type VodConfigurationType.LINEAR_SOURCE_CONTENT can be listed in LiveStreamEvent.sourceContentConfigurations.
-
An UNKNOWN value is returned if the actual value is not exposed by the requested API version.
Describes reasons for LiveStreamEventCdnSettingsError
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
CDN_CONFIGURATIONS_MUST_HAVE_UNIQUE_CDN_URL_PREFIXES
|
CDN configurations in a single LiveStreamEvent cannot have duplicate URL prefixes. |
MUST_BE_LIVE_CDN_CONFIGURATION
|
Only CDN configurations of type VodConfigurationType.LINEAR_SOURCE_CONTENT can be
listed in LiveStreamEvent.sourceContentConfigurations.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |