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

Provides methods for creating, updating and retrieving AdRule objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202308.AdRuleService:
Google.Api.Ads.AdManager.v202308.IAdRuleService Google.Api.Ads.AdManager.v202308.AdRuleServiceInterface

Public Member Functions

 AdRuleService ()
 Creates a new instance of the AdRuleService class. More...
 
 AdRuleService (string endpointConfigurationName)
 Creates a new instance of the AdRuleService class. More...
 
 AdRuleService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the AdRuleService class. More...
 
 AdRuleService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the AdRuleService class. More...
 
 AdRuleService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the AdRuleService class. More...
 
virtual
Google.Api.Ads.AdManager.v202308.AdRule[] 
createAdRules (Google.Api.Ads.AdManager.v202308.AdRule[] adRules)
 Creates new AdRule objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AdRule[]> 
createAdRulesAsync (Google.Api.Ads.AdManager.v202308.AdRule[] adRules)
 
virtual
Google.Api.Ads.AdManager.v202308.AdSpot[] 
createAdSpots (Google.Api.Ads.AdManager.v202308.AdSpot[] adSpots)
 Creates new AdSpot objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AdSpot[]> 
createAdSpotsAsync (Google.Api.Ads.AdManager.v202308.AdSpot[] adSpots)
 
virtual
Google.Api.Ads.AdManager.v202308.BreakTemplate[] 
createBreakTemplates (Google.Api.Ads.AdManager.v202308.BreakTemplate[] breakTemplate)
 Creates new breakTemplate objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.BreakTemplate[]> 
createBreakTemplatesAsync (Google.Api.Ads.AdManager.v202308.BreakTemplate[] breakTemplate)
 
virtual
Google.Api.Ads.AdManager.v202308.AdRulePage 
getAdRulesByStatement (Google.Api.Ads.AdManager.v202308.Statement statement)
 Gets an AdRulePage of AdRule objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AdRulePage
getAdRulesByStatementAsync (Google.Api.Ads.AdManager.v202308.Statement statement)
 
virtual
Google.Api.Ads.AdManager.v202308.AdSpotPage 
getAdSpotsByStatement (Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 Gets a AdSpotPage of AdSpot objects that satisfy the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AdSpotPage
getAdSpotsByStatementAsync (Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202308.BreakTemplatePage 
getBreakTemplatesByStatement (Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 Gets a BreakTemplatePage of BreakTemplate objects that satisfy the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.BreakTemplatePage
getBreakTemplatesByStatementAsync (Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202308.UpdateResult 
performAdRuleAction (Google.Api.Ads.AdManager.v202308.AdRuleAction adRuleAction, Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 Performs actions on AdRule objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.UpdateResult
performAdRuleActionAsync (Google.Api.Ads.AdManager.v202308.AdRuleAction adRuleAction, Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202308.AdRule[] 
updateAdRules (Google.Api.Ads.AdManager.v202308.AdRule[] adRules)
 Updates the specified AdRule objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AdRule[]> 
updateAdRulesAsync (Google.Api.Ads.AdManager.v202308.AdRule[] adRules)
 
virtual
Google.Api.Ads.AdManager.v202308.AdSpot[] 
updateAdSpots (Google.Api.Ads.AdManager.v202308.AdSpot[] adSpots)
 Updates the specified AdSpot objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AdSpot[]> 
updateAdSpotsAsync (Google.Api.Ads.AdManager.v202308.AdSpot[] adSpots)
 
virtual
Google.Api.Ads.AdManager.v202308.BreakTemplate[] 
updateBreakTemplates (Google.Api.Ads.AdManager.v202308.BreakTemplate[] breakTemplate)
 Updates the specified breakTemplate objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.BreakTemplate[]> 
updateBreakTemplatesAsync (Google.Api.Ads.AdManager.v202308.BreakTemplate[] breakTemplate)
 

Detailed Description

Provides methods for creating, updating and retrieving AdRule objects.

Ad rules contain data that the ad server uses to generate a playlist of video ads.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202308.AdRuleService.AdRuleService ( )
inline

Creates a new instance of the AdRuleService class.

Google.Api.Ads.AdManager.v202308.AdRuleService.AdRuleService ( string  endpointConfigurationName)
inline

Creates a new instance of the AdRuleService class.

Google.Api.Ads.AdManager.v202308.AdRuleService.AdRuleService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the AdRuleService class.

Google.Api.Ads.AdManager.v202308.AdRuleService.AdRuleService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the AdRuleService class.

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

Creates a new instance of the AdRuleService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202308.AdRule [] Google.Api.Ads.AdManager.v202308.AdRuleService.createAdRules ( Google.Api.Ads.AdManager.v202308.AdRule[]  adRules)
inlinevirtual

Creates new AdRule objects.

Implements Google.Api.Ads.AdManager.v202308.IAdRuleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AdRule[]> Google.Api.Ads.AdManager.v202308.AdRuleService.createAdRulesAsync ( Google.Api.Ads.AdManager.v202308.AdRule[]  adRules)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.AdSpot [] Google.Api.Ads.AdManager.v202308.AdRuleService.createAdSpots ( Google.Api.Ads.AdManager.v202308.AdSpot[]  adSpots)
inlinevirtual

Creates new AdSpot objects.

Implements Google.Api.Ads.AdManager.v202308.IAdRuleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AdSpot[]> Google.Api.Ads.AdManager.v202308.AdRuleService.createAdSpotsAsync ( Google.Api.Ads.AdManager.v202308.AdSpot[]  adSpots)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.BreakTemplate [] Google.Api.Ads.AdManager.v202308.AdRuleService.createBreakTemplates ( Google.Api.Ads.AdManager.v202308.BreakTemplate[]  breakTemplate)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.BreakTemplate[]> Google.Api.Ads.AdManager.v202308.AdRuleService.createBreakTemplatesAsync ( Google.Api.Ads.AdManager.v202308.BreakTemplate[]  breakTemplate)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.AdRulePage Google.Api.Ads.AdManager.v202308.AdRuleService.getAdRulesByStatement ( Google.Api.Ads.AdManager.v202308.Statement  statement)
inlinevirtual

Gets an AdRulePage of AdRule objects that satisfy the given Statement::query. The following fields are supported for filtering:

PQL Property Object Property
id AdRule::id (AdRule::adRuleId beginning in v201702)
name AdRule::name
priority AdRule::priority
status AdRule::status

Implements Google.Api.Ads.AdManager.v202308.AdRuleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AdRulePage> Google.Api.Ads.AdManager.v202308.AdRuleService.getAdRulesByStatementAsync ( Google.Api.Ads.AdManager.v202308.Statement  statement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.AdSpotPage Google.Api.Ads.AdManager.v202308.AdRuleService.getAdSpotsByStatement ( Google.Api.Ads.AdManager.v202308.Statement  filterStatement)
inlinevirtual

Gets a AdSpotPage of AdSpot objects that satisfy the given Statement::query.

Implements Google.Api.Ads.AdManager.v202308.AdRuleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AdSpotPage> Google.Api.Ads.AdManager.v202308.AdRuleService.getAdSpotsByStatementAsync ( Google.Api.Ads.AdManager.v202308.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.BreakTemplatePage Google.Api.Ads.AdManager.v202308.AdRuleService.getBreakTemplatesByStatement ( Google.Api.Ads.AdManager.v202308.Statement  filterStatement)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.BreakTemplatePage> Google.Api.Ads.AdManager.v202308.AdRuleService.getBreakTemplatesByStatementAsync ( Google.Api.Ads.AdManager.v202308.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.UpdateResult Google.Api.Ads.AdManager.v202308.AdRuleService.performAdRuleAction ( Google.Api.Ads.AdManager.v202308.AdRuleAction  adRuleAction,
Google.Api.Ads.AdManager.v202308.Statement  filterStatement 
)
inlinevirtual

Performs actions on AdRule objects that match the given Statement::query.

Implements Google.Api.Ads.AdManager.v202308.AdRuleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.UpdateResult> Google.Api.Ads.AdManager.v202308.AdRuleService.performAdRuleActionAsync ( Google.Api.Ads.AdManager.v202308.AdRuleAction  adRuleAction,
Google.Api.Ads.AdManager.v202308.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.AdRule [] Google.Api.Ads.AdManager.v202308.AdRuleService.updateAdRules ( Google.Api.Ads.AdManager.v202308.AdRule[]  adRules)
inlinevirtual

Updates the specified AdRule objects.

Implements Google.Api.Ads.AdManager.v202308.IAdRuleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AdRule[]> Google.Api.Ads.AdManager.v202308.AdRuleService.updateAdRulesAsync ( Google.Api.Ads.AdManager.v202308.AdRule[]  adRules)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.AdSpot [] Google.Api.Ads.AdManager.v202308.AdRuleService.updateAdSpots ( Google.Api.Ads.AdManager.v202308.AdSpot[]  adSpots)
inlinevirtual

Updates the specified AdSpot objects.

Implements Google.Api.Ads.AdManager.v202308.IAdRuleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AdSpot[]> Google.Api.Ads.AdManager.v202308.AdRuleService.updateAdSpotsAsync ( Google.Api.Ads.AdManager.v202308.AdSpot[]  adSpots)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.BreakTemplate [] Google.Api.Ads.AdManager.v202308.AdRuleService.updateBreakTemplates ( Google.Api.Ads.AdManager.v202308.BreakTemplate[]  breakTemplate)
inlinevirtual

Updates the specified breakTemplate objects.

Implements Google.Api.Ads.AdManager.v202308.IAdRuleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.BreakTemplate[]> Google.Api.Ads.AdManager.v202308.AdRuleService.updateBreakTemplatesAsync ( Google.Api.Ads.AdManager.v202308.BreakTemplate[]  breakTemplate)
inlinevirtual

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