Class: Google::Ads::AdManager::V1::BatchUpdateEntitySignalsMappingsRequest

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

Overview

Request object for BatchUpdateEntitySignalsMappings method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where EntitySignalsMappings will be updated. Format: networks/{network_code} The parent field in the UpdateEntitySignalsMappingRequest must match this field.

Returns:

  • (::String)

    Required. The parent resource where EntitySignalsMappings will be updated. Format: networks/{network_code} The parent field in the UpdateEntitySignalsMappingRequest must match this field.



164
165
166
167
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 164

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

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

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

Returns:



164
165
166
167
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 164

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