Class KeywordPlanServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/keyword_plan_service.proto") public final class KeywordPlanServiceGrpc extends java.lang.ObjectService to manage keyword plans.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeywordPlanServiceGrpc.KeywordPlanServiceBlockingStubService to manage keyword plans.static classKeywordPlanServiceGrpc.KeywordPlanServiceFutureStubService to manage keyword plans.static classKeywordPlanServiceGrpc.KeywordPlanServiceImplBaseService to manage keyword plans.static classKeywordPlanServiceGrpc.KeywordPlanServiceStubService to manage keyword plans.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMutateKeywordPlansMethod
public static io.grpc.MethodDescriptor<MutateKeywordPlansRequest,MutateKeywordPlansResponse> getMutateKeywordPlansMethod()
-
getGenerateForecastCurveMethod
public static io.grpc.MethodDescriptor<GenerateForecastCurveRequest,GenerateForecastCurveResponse> getGenerateForecastCurveMethod()
-
getGenerateForecastTimeSeriesMethod
public static io.grpc.MethodDescriptor<GenerateForecastTimeSeriesRequest,GenerateForecastTimeSeriesResponse> getGenerateForecastTimeSeriesMethod()
-
getGenerateForecastMetricsMethod
public static io.grpc.MethodDescriptor<GenerateForecastMetricsRequest,GenerateForecastMetricsResponse> getGenerateForecastMetricsMethod()
-
getGenerateHistoricalMetricsMethod
public static io.grpc.MethodDescriptor<GenerateHistoricalMetricsRequest,GenerateHistoricalMetricsResponse> getGenerateHistoricalMetricsMethod()
-
newStub
public static KeywordPlanServiceGrpc.KeywordPlanServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static KeywordPlanServiceGrpc.KeywordPlanServiceFutureStub 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()
-
-