Class TablesServiceStub (0.16.0)

public abstract class TablesServiceStub implements BackgroundResource

Base stub class for the TablesService service API.

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

Inheritance

java.lang.Object > TablesServiceStub

Implements

BackgroundResource

Constructors

TablesServiceStub()

public TablesServiceStub()

Methods

batchCreateRowsCallable()

public UnaryCallable<BatchCreateRowsRequest,BatchCreateRowsResponse> batchCreateRowsCallable()
Returns

batchDeleteRowsCallable()

public UnaryCallable<BatchDeleteRowsRequest,Empty> batchDeleteRowsCallable()
Returns

batchUpdateRowsCallable()

public UnaryCallable<BatchUpdateRowsRequest,BatchUpdateRowsResponse> batchUpdateRowsCallable()
Returns

close()

public abstract void close()

createRowCallable()

public UnaryCallable<CreateRowRequest,Row> createRowCallable()
Returns

deleteRowCallable()

public UnaryCallable<DeleteRowRequest,Empty> deleteRowCallable()
Returns

getRowCallable()

public UnaryCallable<GetRowRequest,Row> getRowCallable()
Returns

getTableCallable()

public UnaryCallable<GetTableRequest,Table> getTableCallable()
Returns

getWorkspaceCallable()

public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
Returns

listRowsCallable()

public UnaryCallable<ListRowsRequest,ListRowsResponse> listRowsCallable()
Returns

listRowsPagedCallable()

public UnaryCallable<ListRowsRequest,TablesServiceClient.ListRowsPagedResponse> listRowsPagedCallable()
Returns

listTablesCallable()

public UnaryCallable<ListTablesRequest,ListTablesResponse> listTablesCallable()
Returns

listTablesPagedCallable()

public UnaryCallable<ListTablesRequest,TablesServiceClient.ListTablesPagedResponse> listTablesPagedCallable()
Returns

listWorkspacesCallable()

public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()
Returns

listWorkspacesPagedCallable()

public UnaryCallable<ListWorkspacesRequest,TablesServiceClient.ListWorkspacesPagedResponse> listWorkspacesPagedCallable()
Returns

updateRowCallable()

public UnaryCallable<UpdateRowRequest,Row> updateRowCallable()
Returns