Class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- KeywordPlanIdeaServiceGrpc
public abstract static class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to generate keyword ideas.
-
-
Constructor Summary
Constructors Constructor Description KeywordPlanIdeaServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgenerateKeywordIdeas(GenerateKeywordIdeasRequest request, io.grpc.stub.StreamObserver<GenerateKeywordIdeaResponse> responseObserver)Returns a list of keyword ideas.
-
-
-
Method Detail
-
generateKeywordIdeas
public void generateKeywordIdeas(GenerateKeywordIdeasRequest request, io.grpc.stub.StreamObserver<GenerateKeywordIdeaResponse> responseObserver)
Returns a list of keyword ideas. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [HeaderError]() [InternalError]() [KeywordPlanIdeaError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-