Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.TargetingPresetService Class Reference

Service for interacting with Targeting Presets. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.TargetingPresetService:
Google.Api.Ads.AdManager.v202305.ITargetingPresetService Google.Api.Ads.AdManager.v202305.TargetingPresetServiceInterface

Public Member Functions

 TargetingPresetService ()
 Creates a new instance of the TargetingPresetService class. More...
 
 TargetingPresetService (string endpointConfigurationName)
 Creates a new instance of the TargetingPresetService class. More...
 
 TargetingPresetService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the TargetingPresetService class. More...
 
 TargetingPresetService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the TargetingPresetService class. More...
 
 TargetingPresetService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the TargetingPresetService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.TargetingPresetPage 
getTargetingPresetsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a TargetingPresetPage of TargetingPreset objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.TargetingPresetPage
getTargetingPresetsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 

Detailed Description

Service for interacting with Targeting Presets.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202305.TargetingPresetService.TargetingPresetService ( )
inline

Creates a new instance of the TargetingPresetService class.

Google.Api.Ads.AdManager.v202305.TargetingPresetService.TargetingPresetService ( string  endpointConfigurationName)
inline

Creates a new instance of the TargetingPresetService class.

Google.Api.Ads.AdManager.v202305.TargetingPresetService.TargetingPresetService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the TargetingPresetService class.

Google.Api.Ads.AdManager.v202305.TargetingPresetService.TargetingPresetService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the TargetingPresetService class.

Google.Api.Ads.AdManager.v202305.TargetingPresetService.TargetingPresetService ( System.ServiceModel.Channels.Binding  binding,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the TargetingPresetService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.TargetingPresetPage Google.Api.Ads.AdManager.v202305.TargetingPresetService.getTargetingPresetsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a TargetingPresetPage of TargetingPreset objects that satisfy the given Statement::query. The following fields are supported for filtering:

PQL Property Object Property
id TargetingPreset::id
name TargetingPreset::name

Implements Google.Api.Ads.AdManager.v202305.TargetingPresetServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.TargetingPresetPage> Google.Api.Ads.AdManager.v202305.TargetingPresetService.getTargetingPresetsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

The documentation for this class was generated from the following file: