Class AccountServicesServiceStub (1.0.0)

public abstract class AccountServicesServiceStub implements BackgroundResource

Base stub class for the AccountServicesService service API.

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

Inheritance

java.lang.Object > AccountServicesServiceStub

Implements

BackgroundResource

Constructors

AccountServicesServiceStub()

public AccountServicesServiceStub()

Methods

approveAccountServiceCallable()

public UnaryCallable<ApproveAccountServiceRequest,AccountService> approveAccountServiceCallable()
Returns
Type Description
UnaryCallable<ApproveAccountServiceRequest,AccountService>

close()

public abstract void close()

getAccountServiceCallable()

public UnaryCallable<GetAccountServiceRequest,AccountService> getAccountServiceCallable()
Returns
Type Description
UnaryCallable<GetAccountServiceRequest,AccountService>

listAccountServicesCallable()

public UnaryCallable<ListAccountServicesRequest,ListAccountServicesResponse> listAccountServicesCallable()
Returns
Type Description
UnaryCallable<ListAccountServicesRequest,ListAccountServicesResponse>

listAccountServicesPagedCallable()

public UnaryCallable<ListAccountServicesRequest,AccountServicesServiceClient.ListAccountServicesPagedResponse> listAccountServicesPagedCallable()
Returns
Type Description
UnaryCallable<ListAccountServicesRequest,ListAccountServicesPagedResponse>

proposeAccountServiceCallable()

public UnaryCallable<ProposeAccountServiceRequest,AccountService> proposeAccountServiceCallable()
Returns
Type Description
UnaryCallable<ProposeAccountServiceRequest,AccountService>

rejectAccountServiceCallable()

public UnaryCallable<RejectAccountServiceRequest,Empty> rejectAccountServiceCallable()
Returns
Type Description
UnaryCallable<RejectAccountServiceRequest,Empty>