Class ReachPlanServiceGrpc.ReachPlanServiceImplBase
java.lang.Object
com.google.ads.googleads.v18.services.ReachPlanServiceGrpc.ReachPlanServiceImplBase
- All Implemented Interfaces:
ReachPlanServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ReachPlanServiceGrpc
public abstract static class ReachPlanServiceGrpc.ReachPlanServiceImplBase
extends Object
implements io.grpc.BindableService, ReachPlanServiceGrpc.AsyncService
Base class for the server implementation of the service ReachPlanService.
Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube. In particular, GenerateReachForecast provides estimated number of people of specified demographics that can be reached by an ad in a given market by a campaign of certain duration with a defined budget.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.ads.googleads.v18.services.ReachPlanServiceGrpc.AsyncService
generateReachForecast, listPlannableLocations, listPlannableProducts
-
Constructor Details
-
ReachPlanServiceImplBase
public ReachPlanServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-