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

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

Inheritance diagram for Google.Api.Ads.AdManager.v202305.AudienceSegmentService:
Google.Api.Ads.AdManager.v202305.IAudienceSegmentService Google.Api.Ads.AdManager.v202305.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.v202305.FirstPartyAudienceSegment[] 
createAudienceSegments (Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[] segments)
 Creates new FirstPartyAudienceSegment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[]> 
createAudienceSegmentsAsync (Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[] segments)
 
virtual
Google.Api.Ads.AdManager.v202305.AudienceSegmentPage 
getAudienceSegmentsByStatement (Google.Api.Ads.AdManager.v202305.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.v202305.AudienceSegmentPage
getAudienceSegmentsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performAudienceSegmentAction (Google.Api.Ads.AdManager.v202305.AudienceSegmentAction action, Google.Api.Ads.AdManager.v202305.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.v202305.UpdateResult
performAudienceSegmentActionAsync (Google.Api.Ads.AdManager.v202305.AudienceSegmentAction action, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[] 
updateAudienceSegments (Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[] segments)
 Updates the given FirstPartyAudienceSegment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[]> 
updateAudienceSegmentsAsync (Google.Api.Ads.AdManager.v202305.FirstPartyAudienceSegment[] segments)
 

Detailed Description

Provides operations for creating, updating and retrieving AudienceSegment objects.

Constructor & Destructor Documentation

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

Creates a new instance of the AudienceSegmentService class.

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

Creates a new instance of the AudienceSegmentService class.

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

Creates a new instance of the AudienceSegmentService class.

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

Creates a new instance of the AudienceSegmentService class.

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

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

Implements Google.Api.Ads.AdManager.v202305.AudienceSegmentServiceInterface.

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

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