Class KeywordPlanIdeaServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v14.services.KeywordPlanIdeaServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v14/services/keyword_plan_idea_service.proto") public final class KeywordPlanIdeaServiceGrpc extends java.lang.ObjectService to generate keyword ideas.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKeywordPlanIdeaServiceGrpc.AsyncServiceService to generate keyword ideas.static classKeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service KeywordPlanIdeaService.static classKeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanIdeaService.static classKeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBaseBase class for the server implementation of the service KeywordPlanIdeaService.static classKeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStubA stub to allow clients to do asynchronous rpc calls to service KeywordPlanIdeaService.
-
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
-
getGenerateKeywordIdeasMethod
public static io.grpc.MethodDescriptor<GenerateKeywordIdeasRequest,GenerateKeywordIdeaResponse> getGenerateKeywordIdeasMethod()
-
getGenerateKeywordHistoricalMetricsMethod
public static io.grpc.MethodDescriptor<GenerateKeywordHistoricalMetricsRequest,GenerateKeywordHistoricalMetricsResponse> getGenerateKeywordHistoricalMetricsMethod()
-
getGenerateAdGroupThemesMethod
public static io.grpc.MethodDescriptor<GenerateAdGroupThemesRequest,GenerateAdGroupThemesResponse> getGenerateAdGroupThemesMethod()
-
getGenerateKeywordForecastMetricsMethod
public static io.grpc.MethodDescriptor<GenerateKeywordForecastMetricsRequest,GenerateKeywordForecastMetricsResponse> getGenerateKeywordForecastMetricsMethod()
-
newStub
public static KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub 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(KeywordPlanIdeaServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-