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

Provides methods for the creation and management of Labels. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.LabelService:
Google.Api.Ads.AdManager.v202305.ILabelService Google.Api.Ads.AdManager.v202305.LabelServiceInterface

Public Member Functions

 LabelService ()
 Creates a new instance of the LabelService class. More...
 
 LabelService (string endpointConfigurationName)
 Creates a new instance of the LabelService class. More...
 
 LabelService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the LabelService class. More...
 
 LabelService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the LabelService class. More...
 
 LabelService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the LabelService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.Label[] 
createLabels (Google.Api.Ads.AdManager.v202305.Label[] labels)
 Creates new Label objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Label[]> 
createLabelsAsync (Google.Api.Ads.AdManager.v202305.Label[] labels)
 
virtual
Google.Api.Ads.AdManager.v202305.LabelPage 
getLabelsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a LabelPage of Label 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.LabelPage
getLabelsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performLabelAction (Google.Api.Ads.AdManager.v202305.LabelAction labelAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on Label objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performLabelActionAsync (Google.Api.Ads.AdManager.v202305.LabelAction labelAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.Label[] 
updateLabels (Google.Api.Ads.AdManager.v202305.Label[] labels)
 Updates the specified Label objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Label[]> 
updateLabelsAsync (Google.Api.Ads.AdManager.v202305.Label[] labels)
 

Detailed Description

Provides methods for the creation and management of Labels.

Constructor & Destructor Documentation

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

Creates a new instance of the LabelService class.

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

Creates a new instance of the LabelService class.

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

Creates a new instance of the LabelService class.

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

Creates a new instance of the LabelService class.

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

Creates a new instance of the LabelService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.Label [] Google.Api.Ads.AdManager.v202305.LabelService.createLabels ( Google.Api.Ads.AdManager.v202305.Label[]  labels)
inlinevirtual

Creates new Label objects.

Implements Google.Api.Ads.AdManager.v202305.ILabelService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Label[]> Google.Api.Ads.AdManager.v202305.LabelService.createLabelsAsync ( Google.Api.Ads.AdManager.v202305.Label[]  labels)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.LabelPage Google.Api.Ads.AdManager.v202305.LabelService.getLabelsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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

PQL Property Object Property
id Label::id
type Label::type
name Label::name
description Label::description
isActive Label::isActive

Implements Google.Api.Ads.AdManager.v202305.LabelServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.LabelPage> Google.Api.Ads.AdManager.v202305.LabelService.getLabelsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.LabelService.performLabelAction ( Google.Api.Ads.AdManager.v202305.LabelAction  labelAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

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

Implements Google.Api.Ads.AdManager.v202305.LabelServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.LabelService.performLabelActionAsync ( Google.Api.Ads.AdManager.v202305.LabelAction  labelAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.Label [] Google.Api.Ads.AdManager.v202305.LabelService.updateLabels ( Google.Api.Ads.AdManager.v202305.Label[]  labels)
inlinevirtual

Updates the specified Label objects.

Implements Google.Api.Ads.AdManager.v202305.ILabelService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Label[]> Google.Api.Ads.AdManager.v202305.LabelService.updateLabelsAsync ( Google.Api.Ads.AdManager.v202305.Label[]  labels)
inlinevirtual

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