class AdManagerApi::V202408::SegmentPopulationService::SegmentPopulationService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202408' super(config, endpoint, namespace, :v202408) end
Public Instance Methods
get_segment_population_results_by_ids(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 20 def get_segment_population_results_by_ids(*args, &block) return execute_action('get_segment_population_results_by_ids', args, &block) end
get_segment_population_results_by_ids_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 24 def get_segment_population_results_by_ids_to_xml(*args) return get_soap_xml('get_segment_population_results_by_ids', args) end
perform_segment_population_action(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 28 def perform_segment_population_action(*args, &block) return execute_action('perform_segment_population_action', args, &block) end
perform_segment_population_action_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 32 def perform_segment_population_action_to_xml(*args) return get_soap_xml('perform_segment_population_action', args) end
update_segment_memberships(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 36 def update_segment_memberships(*args, &block) return execute_action('update_segment_memberships', args, &block) end
update_segment_memberships_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 40 def update_segment_memberships_to_xml(*args) return get_soap_xml('update_segment_memberships', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 50 def get_module() return AdManagerApi::V202408::SegmentPopulationService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202408/segment_population_service.rb, line 46 def get_service_registry() return SegmentPopulationServiceRegistry end