Class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub>
-
- com.google.ads.googleads.v10.services.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub
-
- Enclosing class:
- KeywordPlanIdeaServiceGrpc
public static final class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub extends io.grpc.stub.AbstractAsyncStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub>
Service to generate keyword ideas.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgenerateKeywordIdeas(GenerateKeywordIdeasRequest request, io.grpc.stub.StreamObserver<GenerateKeywordIdeaResponse> responseObserver)Returns a list of keyword ideas.
-
-
-
Method Detail
-
build
protected KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub>
-
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]()
-
-