Class MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceImplBase

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

    public abstract static class MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch mobile device constants.
     
    • Constructor Detail

      • MobileDeviceConstantServiceImplBase

        public MobileDeviceConstantServiceImplBase()
    • Method Detail

      • getMobileDeviceConstant

        public void getMobileDeviceConstant​(GetMobileDeviceConstantRequest request,
                                            io.grpc.stub.StreamObserver<MobileDeviceConstant> responseObserver)
         Returns the requested mobile device constant 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