Class PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub>
com.google.ads.googleads.v18.services.PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub
- Enclosing class:
- PaymentsAccountServiceGrpc
public static final class PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service PaymentsAccountService.
Service to provide payments accounts that can be used to set up consolidated billing.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<ListPaymentsAccountsResponse>Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub>
-
listPaymentsAccounts
public com.google.common.util.concurrent.ListenableFuture<ListPaymentsAccountsResponse> listPaymentsAccounts(ListPaymentsAccountsRequest request) 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]()
-