Class ReachPlanServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v14.services.ReachPlanServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v14/services/reach_plan_service.proto") public final class ReachPlanServiceGrpc extends java.lang.ObjectReach 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReachPlanServiceGrpc.AsyncServiceReach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.static classReachPlanServiceGrpc.ReachPlanServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ReachPlanService.static classReachPlanServiceGrpc.ReachPlanServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ReachPlanService.static classReachPlanServiceGrpc.ReachPlanServiceImplBaseBase class for the server implementation of the service ReachPlanService.static classReachPlanServiceGrpc.ReachPlanServiceStubA stub to allow clients to do asynchronous rpc calls to service ReachPlanService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(ReachPlanServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<GenerateReachForecastRequest,GenerateReachForecastResponse>getGenerateReachForecastMethod()static io.grpc.MethodDescriptor<ListPlannableLocationsRequest,ListPlannableLocationsResponse>getListPlannableLocationsMethod()static io.grpc.MethodDescriptor<ListPlannableProductsRequest,ListPlannableProductsResponse>getListPlannableProductsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ReachPlanServiceGrpc.ReachPlanServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ReachPlanServiceGrpc.ReachPlanServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ReachPlanServiceGrpc.ReachPlanServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListPlannableLocationsMethod
public static io.grpc.MethodDescriptor<ListPlannableLocationsRequest,ListPlannableLocationsResponse> getListPlannableLocationsMethod()
-
getListPlannableProductsMethod
public static io.grpc.MethodDescriptor<ListPlannableProductsRequest,ListPlannableProductsResponse> getListPlannableProductsMethod()
-
getGenerateReachForecastMethod
public static io.grpc.MethodDescriptor<GenerateReachForecastRequest,GenerateReachForecastResponse> getGenerateReachForecastMethod()
-
newStub
public static ReachPlanServiceGrpc.ReachPlanServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ReachPlanServiceGrpc.ReachPlanServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ReachPlanServiceGrpc.ReachPlanServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ReachPlanServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-