Class DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceImplBase

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

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

      • DisplayKeywordViewServiceImplBase

        public DisplayKeywordViewServiceImplBase()
    • Method Detail

      • getDisplayKeywordView

        public void getDisplayKeywordView​(GetDisplayKeywordViewRequest request,
                                          io.grpc.stub.StreamObserver<DisplayKeywordView> responseObserver)
         Returns the requested display 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