Class PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub>
-
- com.google.ads.googleads.v10.services.PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub
-
- Enclosing class:
- PaymentsAccountServiceGrpc
public static final class PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub extends io.grpc.stub.AbstractFutureStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub>
Service to provide payments accounts that can be used to set up consolidated billing.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)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.
-
-
-
Method Detail
-
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]()
-
-