type MasterPlaylistSettings (v202502)

  • MasterPlaylistSettings configure the HLS master playlist for LiveStreamEventService.

  • These settings include refreshType, which determines how the playlist is refreshed.

  • The refreshType field is optional, defaults to AUTOMATIC, and can only be changed when the live stream is PAUSED.

  • Possible values for refreshType are AUTOMATIC, MANUAL, and UNKNOWN.

Settings for the HLS (HTTP Live Streaming) master playlist.


Namespace
https://www.google.com/apis/ads/publisher/v202502

Field

refreshType

RefreshType

Indicates how the master playlist gets refreshed. This field is optional and defaults to RefreshType.AUTOMATIC. This field can only be modified when the live stream is in a LiveStreamEventStatus.PAUSED state.


Enumerations
AUTOMATIC
The master playlist will automatically be refreshed.
MANUAL
The master playlist will only be refreshed when requested.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.