Class InvoiceServiceGrpc.InvoiceServiceImplBase
java.lang.Object
com.google.ads.googleads.v18.services.InvoiceServiceGrpc.InvoiceServiceImplBase
- All Implemented Interfaces:
InvoiceServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- InvoiceServiceGrpc
public abstract static class InvoiceServiceGrpc.InvoiceServiceImplBase
extends Object
implements io.grpc.BindableService, InvoiceServiceGrpc.AsyncService
Base class for the server implementation of the service InvoiceService.
A service to fetch invoices issued for a billing setup during a given month.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.ads.googleads.v18.services.InvoiceServiceGrpc.AsyncService
listInvoices
-
Constructor Details
-
InvoiceServiceImplBase
public InvoiceServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-