Class: Google::Ads::AdManager::V1::CreateAdBreakRequest

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

Overview

Request object for CreateAdBreak method.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_break::Google::Ads::AdManager::V1::AdBreak

Returns Required. The AdBreak to create.

Returns:



117
118
119
120
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 117

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

#parent::String

Returns Required. The parent resource where this AdBreak will be created identified by an asset key or custom asset key.

Formats: networks/{network_code}/liveStreamEventsByAssetKey/{asset_key} networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}.

Returns:

  • (::String)

    Required. The parent resource where this AdBreak will be created identified by an asset key or custom asset key.

    Formats: networks/{network_code}/liveStreamEventsByAssetKey/{asset_key} networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}



117
118
119
120
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 117

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