Class: Google::Ads::AdManager::V1::MasterPlaylistSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/live_stream_messages.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_type::Google::Ads::AdManager::V1::HlsMasterPlaylistRefreshTypeEnum::HlsMasterPlaylistRefreshType

Returns Optional. Indicates how the master playlist gets refreshed. Defaults to AUTOMATIC. This field can only be modified when the live stream is in a PAUSED state.

Returns:



302
303
304
305
# File 'proto_docs/google/ads/admanager/v1/live_stream_messages.rb', line 302

class MasterPlaylistSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end