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

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

Inheritance diagram for Google.Api.Ads.AdManager.v202305.LineItemTemplateService:
Google.Api.Ads.AdManager.v202305.ILineItemTemplateService Google.Api.Ads.AdManager.v202305.LineItemTemplateServiceInterface

Public Member Functions

 LineItemTemplateService ()
 Creates a new instance of the LineItemTemplateService class. More...
 
 LineItemTemplateService (string endpointConfigurationName)
 Creates a new instance of the LineItemTemplateService class. More...
 
 LineItemTemplateService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the LineItemTemplateService class. More...
 
 LineItemTemplateService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the LineItemTemplateService class. More...
 
 LineItemTemplateService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the LineItemTemplateService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.LineItemTemplatePage 
getLineItemTemplatesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a LineItemTemplatePage of LineItemTemplate 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.LineItemTemplatePage
getLineItemTemplatesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 

Detailed Description

Provides methods for creating, updating and retrieving LineItemTemplate objects.

Constructor & Destructor Documentation

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

Creates a new instance of the LineItemTemplateService class.

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

Creates a new instance of the LineItemTemplateService class.

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

Creates a new instance of the LineItemTemplateService class.

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

Creates a new instance of the LineItemTemplateService class.

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

Creates a new instance of the LineItemTemplateService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.LineItemTemplatePage Google.Api.Ads.AdManager.v202305.LineItemTemplateService.getLineItemTemplatesByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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

PQL Property Object Property
id LineItemTemplate::id

Implements Google.Api.Ads.AdManager.v202305.LineItemTemplateServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.LineItemTemplatePage> Google.Api.Ads.AdManager.v202305.LineItemTemplateService.getLineItemTemplatesByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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