Class KeywordViewServiceGrpc.KeywordViewServiceImplBase

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

    public abstract static class KeywordViewServiceGrpc.KeywordViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage keyword views.
     
    • Constructor Detail

      • KeywordViewServiceImplBase

        public KeywordViewServiceImplBase()
    • Method Detail

      • getKeywordView

        public void getKeywordView​(GetKeywordViewRequest request,
                                   io.grpc.stub.StreamObserver<KeywordView> responseObserver)
         Returns the requested keyword view in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService