Class: Google::Ads::AdManager::V1::CreateEntitySignalsMappingRequest

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 'CreateEntitySignalsMapping' method.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_signals_mapping::Google::Ads::AdManager::V1::EntitySignalsMapping

Returns Required. The EntitySignalsMapping object to create.

Returns:



81
82
83
84
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 81

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

#parent::String

Returns Required. The parent resource where this EntitySignalsMapping will be created. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent resource where this EntitySignalsMapping will be created. Format: networks/{network_code}



81
82
83
84
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 81

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