Class MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceImplBase

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

    public abstract static class MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch mobile app category constants.
     
    • Constructor Detail

      • MobileAppCategoryConstantServiceImplBase

        public MobileAppCategoryConstantServiceImplBase()
    • Method Detail

      • getMobileAppCategoryConstant

        public void getMobileAppCategoryConstant​(GetMobileAppCategoryConstantRequest request,
                                                 io.grpc.stub.StreamObserver<MobileAppCategoryConstant> responseObserver)
         Returns the requested mobile app category constant.
         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