Class: Google::Ads::AdManager::V1::BatchUpdateCustomTargetingValuesRequest

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

Overview

Request object for BatchUpdateCustomTargetingValues method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}



174
175
176
177
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 174

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

#requests::Array<::Google::Ads::AdManager::V1::UpdateCustomTargetingValueRequest>

Returns Required. The CustomTargetingValue objects to update. A maximum of 100 objects can be updated in a batch.

Returns:



174
175
176
177
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 174

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