Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202511.ISegmentPopulationService Interface Reference

Provides methods for populating AudienceSegment with identifiers. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202511.ISegmentPopulationService:
Google.Api.Ads.AdManager.v202511.SegmentPopulationServiceInterface Google.Api.Ads.AdManager.v202511.SegmentPopulationService

Public Member Functions

Google.Api.Ads.AdManager.v202511.SegmentPopulationResults[] getSegmentPopulationResultsByIds (long[] batchUploadIds)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202511.SegmentPopulationResults[]> 
getSegmentPopulationResultsByIdsAsync (long[] batchUploadIds)
 
Google.Api.Ads.AdManager.v202511.UpdateResult performSegmentPopulationAction (Google.Api.Ads.AdManager.v202511.SegmentPopulationAction action, long[] batchUploadIds)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202511.UpdateResult
performSegmentPopulationActionAsync (Google.Api.Ads.AdManager.v202511.SegmentPopulationAction action, long[] batchUploadIds)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202511.SegmentPopulationServiceInterface
Wrappers.SegmentPopulationService.getSegmentPopulationResultsByIdsResponse getSegmentPopulationResultsByIds (Wrappers.SegmentPopulationService.getSegmentPopulationResultsByIdsRequest request)
 
System.Threading.Tasks.Task
< Wrappers.SegmentPopulationService.getSegmentPopulationResultsByIdsResponse
getSegmentPopulationResultsByIdsAsync (Wrappers.SegmentPopulationService.getSegmentPopulationResultsByIdsRequest request)
 
Wrappers.SegmentPopulationService.performSegmentPopulationActionResponse performSegmentPopulationAction (Wrappers.SegmentPopulationService.performSegmentPopulationActionRequest request)
 
System.Threading.Tasks.Task
< Wrappers.SegmentPopulationService.performSegmentPopulationActionResponse
performSegmentPopulationActionAsync (Wrappers.SegmentPopulationService.performSegmentPopulationActionRequest request)
 
Google.Api.Ads.AdManager.v202511.SegmentPopulationResponse updateSegmentMemberships (Google.Api.Ads.AdManager.v202511.SegmentPopulationRequest updateRequest)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202511.SegmentPopulationResponse
updateSegmentMembershipsAsync (Google.Api.Ads.AdManager.v202511.SegmentPopulationRequest updateRequest)
 

Detailed Description

Provides methods for populating AudienceSegment with identifiers.

Member Function Documentation

Google.Api.Ads.AdManager.v202511.SegmentPopulationResults [] Google.Api.Ads.AdManager.v202511.ISegmentPopulationService.getSegmentPopulationResultsByIds ( long[]  batchUploadIds)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202511.SegmentPopulationResults[]> Google.Api.Ads.AdManager.v202511.ISegmentPopulationService.getSegmentPopulationResultsByIdsAsync ( long[]  batchUploadIds)
Google.Api.Ads.AdManager.v202511.UpdateResult Google.Api.Ads.AdManager.v202511.ISegmentPopulationService.performSegmentPopulationAction ( Google.Api.Ads.AdManager.v202511.SegmentPopulationAction  action,
long[]  batchUploadIds 
)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202511.UpdateResult> Google.Api.Ads.AdManager.v202511.ISegmentPopulationService.performSegmentPopulationActionAsync ( Google.Api.Ads.AdManager.v202511.SegmentPopulationAction  action,
long[]  batchUploadIds 
)

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