Class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    KeywordPlanIdeaServiceGrpc

    public abstract static class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to generate keyword ideas.
     
    • Constructor Detail

      • KeywordPlanIdeaServiceImplBase

        public KeywordPlanIdeaServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService