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

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

Inheritance diagram for Google.Api.Ads.AdManager.v202305.CreativeSetService:
Google.Api.Ads.AdManager.v202305.ICreativeSetService Google.Api.Ads.AdManager.v202305.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.v202305.CreativeSet 
createCreativeSet (Google.Api.Ads.AdManager.v202305.CreativeSet creativeSet)
 Creates a new CreativeSet. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeSet
createCreativeSetAsync (Google.Api.Ads.AdManager.v202305.CreativeSet creativeSet)
 
virtual
Google.Api.Ads.AdManager.v202305.CreativeSetPage 
getCreativeSetsByStatement (Google.Api.Ads.AdManager.v202305.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.v202305.CreativeSetPage
getCreativeSetsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement statement)
 
virtual
Google.Api.Ads.AdManager.v202305.CreativeSet 
updateCreativeSet (Google.Api.Ads.AdManager.v202305.CreativeSet creativeSet)
 Updates the specified CreativeSet. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeSet
updateCreativeSetAsync (Google.Api.Ads.AdManager.v202305.CreativeSet creativeSet)
 

Detailed Description

Provides methods for adding, updating and retrieving CreativeSet objects.

Constructor & Destructor Documentation

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

Creates a new instance of the CreativeSetService class.

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

Creates a new instance of the CreativeSetService class.

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

Creates a new instance of the CreativeSetService class.

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

Creates a new instance of the CreativeSetService class.

Google.Api.Ads.AdManager.v202305.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.v202305.CreativeSet Google.Api.Ads.AdManager.v202305.CreativeSetService.createCreativeSet ( Google.Api.Ads.AdManager.v202305.CreativeSet  creativeSet)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeSet> Google.Api.Ads.AdManager.v202305.CreativeSetService.createCreativeSetAsync ( Google.Api.Ads.AdManager.v202305.CreativeSet  creativeSet)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.CreativeSetPage Google.Api.Ads.AdManager.v202305.CreativeSetService.getCreativeSetsByStatement ( Google.Api.Ads.AdManager.v202305.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.v202305.CreativeSetServiceInterface.

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

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