Class: Google::Ads::AdManager::V1::UpdateAdUnitRequest

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

Overview

Request object for UpdateAdUnit method.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_unit::Google::Ads::AdManager::V1::AdUnit

Returns Required. The AdUnit to update.

The AdUnit's name is used to identify the AdUnit to update. Format: networks/{network_code}/adUnits/{ad_unit_id}.

Returns:

  • (::Google::Ads::AdManager::V1::AdUnit)

    Required. The AdUnit to update.

    The AdUnit's name is used to identify the AdUnit to update. Format: networks/{network_code}/adUnits/{ad_unit_id}



119
120
121
122
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 119

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



119
120
121
122
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 119

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