Class GeographicViewServiceGrpc.GeographicViewServiceImplBase

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

    public abstract static class GeographicViewServiceGrpc.GeographicViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage geographic views.
     
    • Constructor Detail

      • GeographicViewServiceImplBase

        public GeographicViewServiceImplBase()
    • Method Detail

      • getGeographicView

        public void getGeographicView​(GetGeographicViewRequest request,
                                      io.grpc.stub.StreamObserver<GeographicView> responseObserver)
         Returns the requested geographic 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