Class: Google::Ads::AdManager::V1::BatchRefreshMasterPlaylistsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchRefreshMasterPlaylistsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_service.rb
Overview
Request object for BatchRefreshMasterPlaylists method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The resource names of the LiveStreams to refresh master
playlists on. Format:
networks/{network_code}/liveStreams/{live_stream_id}.
275 276 277 278 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 275 class BatchRefreshMasterPlaylistsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: networks/{network_code}.
275 276 277 278 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 275 class BatchRefreshMasterPlaylistsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |