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.
Implements
BackgroundResourceConstructors
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> |