Class HotelGroupViewServiceGrpc.HotelGroupViewServiceImplBase

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

    public abstract static class HotelGroupViewServiceGrpc.HotelGroupViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage Hotel Group Views.
     
    • Constructor Detail

      • HotelGroupViewServiceImplBase

        public HotelGroupViewServiceImplBase()
    • Method Detail

      • getHotelGroupView

        public void getHotelGroupView​(GetHotelGroupViewRequest request,
                                      io.grpc.stub.StreamObserver<HotelGroupView> responseObserver)
         Returns the requested Hotel Group 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