Class AccountRelationshipsServiceStub (1.0.0)

public abstract class AccountRelationshipsServiceStub implements BackgroundResource

Base stub class for the AccountRelationshipsService service API.

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

Inheritance

java.lang.Object > AccountRelationshipsServiceStub

Implements

BackgroundResource

Constructors

AccountRelationshipsServiceStub()

public AccountRelationshipsServiceStub()

Methods

close()

public abstract void close()

getAccountRelationshipCallable()

public UnaryCallable<GetAccountRelationshipRequest,AccountRelationship> getAccountRelationshipCallable()
Returns
Type Description
UnaryCallable<GetAccountRelationshipRequest,AccountRelationship>

listAccountRelationshipsCallable()

public UnaryCallable<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse> listAccountRelationshipsCallable()
Returns
Type Description
UnaryCallable<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse>

listAccountRelationshipsPagedCallable()

public UnaryCallable<ListAccountRelationshipsRequest,AccountRelationshipsServiceClient.ListAccountRelationshipsPagedResponse> listAccountRelationshipsPagedCallable()
Returns
Type Description
UnaryCallable<ListAccountRelationshipsRequest,ListAccountRelationshipsPagedResponse>

updateAccountRelationshipCallable()

public UnaryCallable<UpdateAccountRelationshipRequest,AccountRelationship> updateAccountRelationshipCallable()
Returns
Type Description
UnaryCallable<UpdateAccountRelationshipRequest,AccountRelationship>