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

Provides operations for creating, updating and retrieving AudienceSegment objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202308.AudienceSegmentService:
Google.Api.Ads.AdManager.v202308.IAudienceSegmentService Google.Api.Ads.AdManager.v202308.AudienceSegmentServiceInterface

Public Member Functions

 AudienceSegmentService ()
 Creates a new instance of the AudienceSegmentService class. More...
 
 AudienceSegmentService (string endpointConfigurationName)
 Creates a new instance of the AudienceSegmentService class. More...
 
 AudienceSegmentService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the AudienceSegmentService class. More...
 
 AudienceSegmentService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the AudienceSegmentService class. More...
 
 AudienceSegmentService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the AudienceSegmentService class. More...
 
virtual
Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[] 
createAudienceSegments (Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[] segments)
 Creates new FirstPartyAudienceSegment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]> 
createAudienceSegmentsAsync (Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[] segments)
 
virtual
Google.Api.Ads.AdManager.v202308.AudienceSegmentPage 
getAudienceSegmentsByStatement (Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 Gets an AudienceSegmentPage of AudienceSegment objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.AudienceSegmentPage
getAudienceSegmentsByStatementAsync (Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202308.UpdateResult 
performAudienceSegmentAction (Google.Api.Ads.AdManager.v202308.AudienceSegmentAction action, Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 Performs the given AudienceSegmentAction on the set of segments identified by the given statement. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.UpdateResult
performAudienceSegmentActionAsync (Google.Api.Ads.AdManager.v202308.AudienceSegmentAction action, Google.Api.Ads.AdManager.v202308.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[] 
updateAudienceSegments (Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[] segments)
 Updates the given FirstPartyAudienceSegment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]> 
updateAudienceSegmentsAsync (Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[] segments)
 

Detailed Description

Provides operations for creating, updating and retrieving AudienceSegment objects.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202308.AudienceSegmentService.AudienceSegmentService ( )
inline

Creates a new instance of the AudienceSegmentService class.

Google.Api.Ads.AdManager.v202308.AudienceSegmentService.AudienceSegmentService ( string  endpointConfigurationName)
inline

Creates a new instance of the AudienceSegmentService class.

Google.Api.Ads.AdManager.v202308.AudienceSegmentService.AudienceSegmentService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the AudienceSegmentService class.

Google.Api.Ads.AdManager.v202308.AudienceSegmentService.AudienceSegmentService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the AudienceSegmentService class.

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

Creates a new instance of the AudienceSegmentService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment [] Google.Api.Ads.AdManager.v202308.AudienceSegmentService.createAudienceSegments ( Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]  segments)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]> Google.Api.Ads.AdManager.v202308.AudienceSegmentService.createAudienceSegmentsAsync ( Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]  segments)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.AudienceSegmentPage Google.Api.Ads.AdManager.v202308.AudienceSegmentService.getAudienceSegmentsByStatement ( Google.Api.Ads.AdManager.v202308.Statement  filterStatement)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.AudienceSegmentPage> Google.Api.Ads.AdManager.v202308.AudienceSegmentService.getAudienceSegmentsByStatementAsync ( Google.Api.Ads.AdManager.v202308.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.UpdateResult Google.Api.Ads.AdManager.v202308.AudienceSegmentService.performAudienceSegmentAction ( Google.Api.Ads.AdManager.v202308.AudienceSegmentAction  action,
Google.Api.Ads.AdManager.v202308.Statement  filterStatement 
)
inlinevirtual

Performs the given AudienceSegmentAction on the set of segments identified by the given statement.

Implements Google.Api.Ads.AdManager.v202308.AudienceSegmentServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.UpdateResult> Google.Api.Ads.AdManager.v202308.AudienceSegmentService.performAudienceSegmentActionAsync ( Google.Api.Ads.AdManager.v202308.AudienceSegmentAction  action,
Google.Api.Ads.AdManager.v202308.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment [] Google.Api.Ads.AdManager.v202308.AudienceSegmentService.updateAudienceSegments ( Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]  segments)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]> Google.Api.Ads.AdManager.v202308.AudienceSegmentService.updateAudienceSegmentsAsync ( Google.Api.Ads.AdManager.v202308.FirstPartyAudienceSegment[]  segments)
inlinevirtual

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