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

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

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

Public Member Functions

Google.Api.Ads.AdManager.v202508.SegmentPopulationResults[] getSegmentPopulationResultsByIds (long[] batchUploadIds)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.SegmentPopulationResults[]> 
getSegmentPopulationResultsByIdsAsync (long[] batchUploadIds)
 
Google.Api.Ads.AdManager.v202508.UpdateResult performSegmentPopulationAction (Google.Api.Ads.AdManager.v202508.SegmentPopulationAction action, long[] batchUploadIds)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.UpdateResult
performSegmentPopulationActionAsync (Google.Api.Ads.AdManager.v202508.SegmentPopulationAction action, long[] batchUploadIds)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202508.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.v202508.SegmentPopulationResponse updateSegmentMemberships (Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest updateRequest)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.SegmentPopulationResponse
updateSegmentMembershipsAsync (Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest updateRequest)
 

Detailed Description

Provides methods for populating AudienceSegment with identifiers.

This service is currently unimplemented and will throw an ApiException when invoked. It is scheduled to be fully implemented in the v202311 release.

Member Function Documentation

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

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