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

Provides methods for retrieving CreativeTemplate objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.CreativeTemplateService:
Google.Api.Ads.AdManager.v202305.ICreativeTemplateService Google.Api.Ads.AdManager.v202305.CreativeTemplateServiceInterface

Public Member Functions

 CreativeTemplateService ()
 Creates a new instance of the CreativeTemplateService class. More...
 
 CreativeTemplateService (string endpointConfigurationName)
 Creates a new instance of the CreativeTemplateService class. More...
 
 CreativeTemplateService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the CreativeTemplateService class. More...
 
 CreativeTemplateService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeTemplateService class. More...
 
 CreativeTemplateService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeTemplateService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.CreativeTemplatePage 
getCreativeTemplatesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a CreativeTemplatePage of CreativeTemplate 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.CreativeTemplatePage
getCreativeTemplatesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 

Detailed Description

Provides methods for retrieving CreativeTemplate objects.

Constructor & Destructor Documentation

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

Creates a new instance of the CreativeTemplateService class.

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

Creates a new instance of the CreativeTemplateService class.

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

Creates a new instance of the CreativeTemplateService class.

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

Creates a new instance of the CreativeTemplateService class.

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

Creates a new instance of the CreativeTemplateService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.CreativeTemplatePage Google.Api.Ads.AdManager.v202305.CreativeTemplateService.getCreativeTemplatesByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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

PQL Property Object Property
id CreativeTemplate::id
name CreativeTemplate::name
type CreativeTemplate::type
status CreativeTemplate::status

Implements Google.Api.Ads.AdManager.v202305.CreativeTemplateServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeTemplatePage> Google.Api.Ads.AdManager.v202305.CreativeTemplateService.getCreativeTemplatesByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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