Class PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub
-
- Enclosing class:
- PaymentsAccountServiceGrpc
public static final class PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub>
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.PaymentsAccountServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)ListPaymentsAccountsResponselistPaymentsAccounts(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.PaymentsAccountServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub>
-
listPaymentsAccounts
public 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]()
-
-