public abstract class CursorServiceStub implements BackgroundResource
Base stub class for the CursorService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceInherited Members
Constructors
CursorServiceStub()
public CursorServiceStub()
Methods
close()
public abstract void close()
commitCursorCallable()
public UnaryCallable<CommitCursorRequest,CommitCursorResponse> commitCursorCallable()
Type | Description |
UnaryCallable<CommitCursorRequest,CommitCursorResponse> |
listPartitionCursorsCallable()
public UnaryCallable<ListPartitionCursorsRequest,ListPartitionCursorsResponse> listPartitionCursorsCallable()
Type | Description |
UnaryCallable<ListPartitionCursorsRequest,ListPartitionCursorsResponse> |
listPartitionCursorsPagedCallable()
public UnaryCallable<ListPartitionCursorsRequest,CursorServiceClient.ListPartitionCursorsPagedResponse> listPartitionCursorsPagedCallable()
streamingCommitCursorCallable()
public BidiStreamingCallable<StreamingCommitCursorRequest,StreamingCommitCursorResponse> streamingCommitCursorCallable()