Class PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PaymentsAccountServiceGrpc
public abstract static class PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to provide payments accounts that can be used to set up consolidated billing.
-
-
Constructor Summary
Constructors Constructor Description PaymentsAccountServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidlistPaymentsAccounts(ListPaymentsAccountsRequest request, io.grpc.stub.StreamObserver<ListPaymentsAccountsResponse> responseObserver)Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive.
-
-
-
Method Detail
-
listPaymentsAccounts
public void listPaymentsAccounts(ListPaymentsAccountsRequest request, io.grpc.stub.StreamObserver<ListPaymentsAccountsResponse> responseObserver)
Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [PaymentsAccountError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-