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

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

Inheritance diagram for Google.Api.Ads.AdManager.v202305.ContentBundleService:
Google.Api.Ads.AdManager.v202305.IContentBundleService Google.Api.Ads.AdManager.v202305.ContentBundleServiceInterface

Public Member Functions

 ContentBundleService ()
 Creates a new instance of the ContentBundleService class. More...
 
 ContentBundleService (string endpointConfigurationName)
 Creates a new instance of the ContentBundleService class. More...
 
 ContentBundleService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the ContentBundleService class. More...
 
 ContentBundleService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the ContentBundleService class. More...
 
 ContentBundleService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the ContentBundleService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.ContentBundle[] 
createContentBundles (Google.Api.Ads.AdManager.v202305.ContentBundle[] contentBundles)
 Creates new ContentBundle objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ContentBundle[]> 
createContentBundlesAsync (Google.Api.Ads.AdManager.v202305.ContentBundle[] contentBundles)
 
virtual
Google.Api.Ads.AdManager.v202305.ContentBundlePage 
getContentBundlesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a ContentBundlePage of ContentBundle 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.ContentBundlePage
getContentBundlesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performContentBundleAction (Google.Api.Ads.AdManager.v202305.ContentBundleAction contentBundleAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on ContentBundle objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performContentBundleActionAsync (Google.Api.Ads.AdManager.v202305.ContentBundleAction contentBundleAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.ContentBundle[] 
updateContentBundles (Google.Api.Ads.AdManager.v202305.ContentBundle[] contentBundles)
 Updates the specified ContentBundle objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ContentBundle[]> 
updateContentBundlesAsync (Google.Api.Ads.AdManager.v202305.ContentBundle[] contentBundles)
 

Detailed Description

Provides methods for creating, updating and retrieving ContentBundle objects.

A ContentBundle is a grouping of Content that match filter rules as well as taking into account explicitly included or excluded Content.

Constructor & Destructor Documentation

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

Creates a new instance of the ContentBundleService class.

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

Creates a new instance of the ContentBundleService class.

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

Creates a new instance of the ContentBundleService class.

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

Creates a new instance of the ContentBundleService class.

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

Creates a new instance of the ContentBundleService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.ContentBundle [] Google.Api.Ads.AdManager.v202305.ContentBundleService.createContentBundles ( Google.Api.Ads.AdManager.v202305.ContentBundle[]  contentBundles)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ContentBundle[]> Google.Api.Ads.AdManager.v202305.ContentBundleService.createContentBundlesAsync ( Google.Api.Ads.AdManager.v202305.ContentBundle[]  contentBundles)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.ContentBundlePage Google.Api.Ads.AdManager.v202305.ContentBundleService.getContentBundlesByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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

PQL Property Object Property
id ContentBundle::id
name ContentBundle::name
status ContentBundle::status

Implements Google.Api.Ads.AdManager.v202305.ContentBundleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ContentBundlePage> Google.Api.Ads.AdManager.v202305.ContentBundleService.getContentBundlesByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.ContentBundleService.performContentBundleAction ( Google.Api.Ads.AdManager.v202305.ContentBundleAction  contentBundleAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

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

Implements Google.Api.Ads.AdManager.v202305.ContentBundleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.ContentBundleService.performContentBundleActionAsync ( Google.Api.Ads.AdManager.v202305.ContentBundleAction  contentBundleAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.ContentBundle [] Google.Api.Ads.AdManager.v202305.ContentBundleService.updateContentBundles ( Google.Api.Ads.AdManager.v202305.ContentBundle[]  contentBundles)
inlinevirtual

Updates the specified ContentBundle objects.

Implements Google.Api.Ads.AdManager.v202305.IContentBundleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ContentBundle[]> Google.Api.Ads.AdManager.v202305.ContentBundleService.updateContentBundlesAsync ( Google.Api.Ads.AdManager.v202305.ContentBundle[]  contentBundles)
inlinevirtual

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