Class AccountsServiceStub (0.1.0)

public abstract class AccountsServiceStub implements BackgroundResource

Base stub class for the AccountsService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AccountsServiceStub

Implements

BackgroundResource

Constructors

AccountsServiceStub()

public AccountsServiceStub()

Methods

close()

public abstract void close()

getAccountCallable()

public UnaryCallable<GetAccountRequest,Account> getAccountCallable()
Returns
TypeDescription
UnaryCallable<GetAccountRequest,Account>

listChildAccountsCallable()

public UnaryCallable<ListChildAccountsRequest,ListChildAccountsResponse> listChildAccountsCallable()
Returns
TypeDescription
UnaryCallable<ListChildAccountsRequest,ListChildAccountsResponse>

listChildAccountsPagedCallable()

public UnaryCallable<ListChildAccountsRequest,AccountsServiceClient.ListChildAccountsPagedResponse> listChildAccountsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListChildAccountsRequest,ListChildAccountsPagedResponse>

updateLabelsCallable()

public UnaryCallable<UpdateAccountLabelsRequest,Account> updateLabelsCallable()
Returns
TypeDescription
UnaryCallable<UpdateAccountLabelsRequest,Account>