Class ReachPlanServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.ReachPlanServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/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 classReachPlanServiceGrpc.ReachPlanServiceBlockingStubReach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.static classReachPlanServiceGrpc.ReachPlanServiceFutureStubReach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.static classReachPlanServiceGrpc.ReachPlanServiceImplBaseReach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.static classReachPlanServiceGrpc.ReachPlanServiceStubReach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.
-
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.MethodDescriptor<GenerateProductMixIdeasRequest,GenerateProductMixIdeasResponse>getGenerateProductMixIdeasMethod()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()
-
getGenerateProductMixIdeasMethod
public static io.grpc.MethodDescriptor<GenerateProductMixIdeasRequest,GenerateProductMixIdeasResponse> getGenerateProductMixIdeasMethod()
-
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
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-