Class ContactServiceStub (0.3.0)

public abstract class ContactServiceStub implements BackgroundResource

Base stub class for the ContactService service API.

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

Inheritance

java.lang.Object > ContactServiceStub

Implements

BackgroundResource

Constructors

ContactServiceStub()

public ContactServiceStub()

Methods

close()

public abstract void close()

getContactCallable()

public UnaryCallable<GetContactRequest,Contact> getContactCallable()
Returns
Type Description
UnaryCallable<GetContactRequest,Contact>

listContactsCallable()

public UnaryCallable<ListContactsRequest,ListContactsResponse> listContactsCallable()
Returns
Type Description
UnaryCallable<ListContactsRequest,ListContactsResponse>

listContactsPagedCallable()

public UnaryCallable<ListContactsRequest,ContactServiceClient.ListContactsPagedResponse> listContactsPagedCallable()
Returns
Type Description
UnaryCallable<ListContactsRequest,ListContactsPagedResponse>