Class InvoiceServiceGrpc.InvoiceServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.InvoiceServiceGrpc.InvoiceServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- InvoiceServiceGrpc
public abstract static class InvoiceServiceGrpc.InvoiceServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceA service to fetch invoices issued for a billing setup during a given month.
-
-
Constructor Summary
Constructors Constructor Description InvoiceServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidlistInvoices(ListInvoicesRequest request, io.grpc.stub.StreamObserver<ListInvoicesResponse> responseObserver)Returns all invoices associated with a billing setup, for a given month.
-
-
-
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:
bindServicein interfaceio.grpc.BindableService
-
-