Class UserLocationViewServiceGrpc.UserLocationViewServiceImplBase

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

    public abstract static class UserLocationViewServiceGrpc.UserLocationViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage user location views.
     
    • Constructor Detail

      • UserLocationViewServiceImplBase

        public UserLocationViewServiceImplBase()
    • Method Detail

      • getUserLocationView

        public void getUserLocationView​(GetUserLocationViewRequest request,
                                        io.grpc.stub.StreamObserver<UserLocationView> responseObserver)
         Returns the requested user location 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