Class InvoiceServiceGrpc.InvoiceServiceImplBase

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

    public abstract static class InvoiceServiceGrpc.InvoiceServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     A service to fetch invoices issued for a billing setup during a given month.
     
    • Constructor Detail

      • InvoiceServiceImplBase

        public InvoiceServiceImplBase()
    • Method Detail

      • listInvoices

        public void listInvoices​(ListInvoicesRequest request,
                                 io.grpc.stub.StreamObserver<ListInvoicesResponse> responseObserver)
         Returns all invoices associated with a billing setup, for a given month.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [InvoiceError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService