Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202205.IAdjustmentService Interface Reference
Inheritance diagram for Google.Api.Ads.AdManager.v202205.IAdjustmentService:
Google.Api.Ads.AdManager.v202205.AdjustmentServiceInterface Google.Api.Ads.AdManager.v202205.AdjustmentService

Public Member Functions

Google.Api.Ads.AdManager.v202205.ForecastAdjustment[] createForecastAdjustments (Google.Api.Ads.AdManager.v202205.ForecastAdjustment[] forecastAdjustments)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]> 
createForecastAdjustmentsAsync (Google.Api.Ads.AdManager.v202205.ForecastAdjustment[] forecastAdjustments)
 
Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[] createTrafficForecastSegments (Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[] trafficForecastSegments)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]> 
createTrafficForecastSegmentsAsync (Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[] trafficForecastSegments)
 
Google.Api.Ads.AdManager.v202205.ForecastAdjustment[] updateForecastAdjustments (Google.Api.Ads.AdManager.v202205.ForecastAdjustment[] forecastAdjustments)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]> 
updateForecastAdjustmentsAsync (Google.Api.Ads.AdManager.v202205.ForecastAdjustment[] forecastAdjustments)
 
Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[] updateTrafficForecastSegments (Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[] trafficForecastSegments)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]> 
updateTrafficForecastSegmentsAsync (Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[] trafficForecastSegments)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202205.AdjustmentServiceInterface
Google.Api.Ads.AdManager.v202205.ForecastAdjustment calculateDailyAdOpportunityCounts (Google.Api.Ads.AdManager.v202205.ForecastAdjustment forecastAdjustment)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.ForecastAdjustment
calculateDailyAdOpportunityCountsAsync (Google.Api.Ads.AdManager.v202205.ForecastAdjustment forecastAdjustment)
 
Wrappers.AdjustmentService.createForecastAdjustmentsResponse createForecastAdjustments (Wrappers.AdjustmentService.createForecastAdjustmentsRequest request)
 
System.Threading.Tasks.Task
< Wrappers.AdjustmentService.createForecastAdjustmentsResponse
createForecastAdjustmentsAsync (Wrappers.AdjustmentService.createForecastAdjustmentsRequest request)
 
Wrappers.AdjustmentService.createTrafficForecastSegmentsResponse createTrafficForecastSegments (Wrappers.AdjustmentService.createTrafficForecastSegmentsRequest request)
 
System.Threading.Tasks.Task
< Wrappers.AdjustmentService.createTrafficForecastSegmentsResponse
createTrafficForecastSegmentsAsync (Wrappers.AdjustmentService.createTrafficForecastSegmentsRequest request)
 
Google.Api.Ads.AdManager.v202205.ForecastAdjustmentPage getForecastAdjustmentsByStatement (Google.Api.Ads.AdManager.v202205.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.ForecastAdjustmentPage
getForecastAdjustmentsByStatementAsync (Google.Api.Ads.AdManager.v202205.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202205.TrafficForecastSegmentPage getTrafficForecastSegmentsByStatement (Google.Api.Ads.AdManager.v202205.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.TrafficForecastSegmentPage
getTrafficForecastSegmentsByStatementAsync (Google.Api.Ads.AdManager.v202205.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202205.UpdateResult performForecastAdjustmentAction (Google.Api.Ads.AdManager.v202205.ForecastAdjustmentAction forecastAdjustmentAction, Google.Api.Ads.AdManager.v202205.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202205.UpdateResult
performForecastAdjustmentActionAsync (Google.Api.Ads.AdManager.v202205.ForecastAdjustmentAction forecastAdjustmentAction, Google.Api.Ads.AdManager.v202205.Statement filterStatement)
 
Wrappers.AdjustmentService.updateForecastAdjustmentsResponse updateForecastAdjustments (Wrappers.AdjustmentService.updateForecastAdjustmentsRequest request)
 
System.Threading.Tasks.Task
< Wrappers.AdjustmentService.updateForecastAdjustmentsResponse
updateForecastAdjustmentsAsync (Wrappers.AdjustmentService.updateForecastAdjustmentsRequest request)
 
Wrappers.AdjustmentService.updateTrafficForecastSegmentsResponse updateTrafficForecastSegments (Wrappers.AdjustmentService.updateTrafficForecastSegmentsRequest request)
 
System.Threading.Tasks.Task
< Wrappers.AdjustmentService.updateTrafficForecastSegmentsResponse
updateTrafficForecastSegmentsAsync (Wrappers.AdjustmentService.updateTrafficForecastSegmentsRequest request)
 

Member Function Documentation

Google.Api.Ads.AdManager.v202205.ForecastAdjustment [] Google.Api.Ads.AdManager.v202205.IAdjustmentService.createForecastAdjustments ( Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]  forecastAdjustments)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]> Google.Api.Ads.AdManager.v202205.IAdjustmentService.createForecastAdjustmentsAsync ( Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]  forecastAdjustments)
Google.Api.Ads.AdManager.v202205.TrafficForecastSegment [] Google.Api.Ads.AdManager.v202205.IAdjustmentService.createTrafficForecastSegments ( Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]  trafficForecastSegments)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]> Google.Api.Ads.AdManager.v202205.IAdjustmentService.createTrafficForecastSegmentsAsync ( Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]  trafficForecastSegments)
Google.Api.Ads.AdManager.v202205.ForecastAdjustment [] Google.Api.Ads.AdManager.v202205.IAdjustmentService.updateForecastAdjustments ( Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]  forecastAdjustments)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]> Google.Api.Ads.AdManager.v202205.IAdjustmentService.updateForecastAdjustmentsAsync ( Google.Api.Ads.AdManager.v202205.ForecastAdjustment[]  forecastAdjustments)
Google.Api.Ads.AdManager.v202205.TrafficForecastSegment [] Google.Api.Ads.AdManager.v202205.IAdjustmentService.updateTrafficForecastSegments ( Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]  trafficForecastSegments)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]> Google.Api.Ads.AdManager.v202205.IAdjustmentService.updateTrafficForecastSegmentsAsync ( Google.Api.Ads.AdManager.v202205.TrafficForecastSegment[]  trafficForecastSegments)

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