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

Provides methods for adding, updating and retrieving CreativeSet objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202311.CreativeSetService:
Google.Api.Ads.AdManager.v202311.ICreativeSetService Google.Api.Ads.AdManager.v202311.CreativeSetServiceInterface

Public Member Functions

 CreativeSetService ()
 Creates a new instance of the CreativeSetService class. More...
 
 CreativeSetService (string endpointConfigurationName)
 Creates a new instance of the CreativeSetService class. More...
 
 CreativeSetService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the CreativeSetService class. More...
 
 CreativeSetService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeSetService class. More...
 
 CreativeSetService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeSetService class. More...
 
virtual
Google.Api.Ads.AdManager.v202311.CreativeSet 
createCreativeSet (Google.Api.Ads.AdManager.v202311.CreativeSet creativeSet)
 Creates a new CreativeSet. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.CreativeSet
createCreativeSetAsync (Google.Api.Ads.AdManager.v202311.CreativeSet creativeSet)
 
virtual
Google.Api.Ads.AdManager.v202311.CreativeSetPage 
getCreativeSetsByStatement (Google.Api.Ads.AdManager.v202311.Statement statement)
 Gets a CreativeSetPage of CreativeSet objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.CreativeSetPage
getCreativeSetsByStatementAsync (Google.Api.Ads.AdManager.v202311.Statement statement)
 
virtual
Google.Api.Ads.AdManager.v202311.CreativeSet 
updateCreativeSet (Google.Api.Ads.AdManager.v202311.CreativeSet creativeSet)
 Updates the specified CreativeSet. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.CreativeSet
updateCreativeSetAsync (Google.Api.Ads.AdManager.v202311.CreativeSet creativeSet)
 

Detailed Description

Provides methods for adding, updating and retrieving CreativeSet objects.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202311.CreativeSetService.CreativeSetService ( )
inline

Creates a new instance of the CreativeSetService class.

Google.Api.Ads.AdManager.v202311.CreativeSetService.CreativeSetService ( string  endpointConfigurationName)
inline

Creates a new instance of the CreativeSetService class.

Google.Api.Ads.AdManager.v202311.CreativeSetService.CreativeSetService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the CreativeSetService class.

Google.Api.Ads.AdManager.v202311.CreativeSetService.CreativeSetService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the CreativeSetService class.

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

Creates a new instance of the CreativeSetService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202311.CreativeSet Google.Api.Ads.AdManager.v202311.CreativeSetService.createCreativeSet ( Google.Api.Ads.AdManager.v202311.CreativeSet  creativeSet)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.CreativeSet> Google.Api.Ads.AdManager.v202311.CreativeSetService.createCreativeSetAsync ( Google.Api.Ads.AdManager.v202311.CreativeSet  creativeSet)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202311.CreativeSetPage Google.Api.Ads.AdManager.v202311.CreativeSetService.getCreativeSetsByStatement ( Google.Api.Ads.AdManager.v202311.Statement  statement)
inlinevirtual

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

PQL Property Object Property
id CreativeSet::id
name CreativeSet::name
masterCreativeId CreativeSet::masterCreativeId
lastModifiedDateTime CreativeSet::lastModifiedDateTime

Implements Google.Api.Ads.AdManager.v202311.CreativeSetServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.CreativeSetPage> Google.Api.Ads.AdManager.v202311.CreativeSetService.getCreativeSetsByStatementAsync ( Google.Api.Ads.AdManager.v202311.Statement  statement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202311.CreativeSet Google.Api.Ads.AdManager.v202311.CreativeSetService.updateCreativeSet ( Google.Api.Ads.AdManager.v202311.CreativeSet  creativeSet)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.CreativeSet> Google.Api.Ads.AdManager.v202311.CreativeSetService.updateCreativeSetAsync ( Google.Api.Ads.AdManager.v202311.CreativeSet  creativeSet)
inlinevirtual

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