Class TablesServiceStub (0.23.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
TypeDescription
UnaryCallable<BatchCreateRowsRequest,BatchCreateRowsResponse>

batchDeleteRowsCallable()

public UnaryCallable<BatchDeleteRowsRequest,Empty> batchDeleteRowsCallable()
Returns
TypeDescription
UnaryCallable<BatchDeleteRowsRequest,Empty>

batchUpdateRowsCallable()

public UnaryCallable<BatchUpdateRowsRequest,BatchUpdateRowsResponse> batchUpdateRowsCallable()
Returns
TypeDescription
UnaryCallable<BatchUpdateRowsRequest,BatchUpdateRowsResponse>

close()

public abstract void close()

createRowCallable()

public UnaryCallable<CreateRowRequest,Row> createRowCallable()
Returns
TypeDescription
UnaryCallable<CreateRowRequest,Row>

deleteRowCallable()

public UnaryCallable<DeleteRowRequest,Empty> deleteRowCallable()
Returns
TypeDescription
UnaryCallable<DeleteRowRequest,Empty>

getRowCallable()

public UnaryCallable<GetRowRequest,Row> getRowCallable()
Returns
TypeDescription
UnaryCallable<GetRowRequest,Row>

getTableCallable()

public UnaryCallable<GetTableRequest,Table> getTableCallable()
Returns
TypeDescription
UnaryCallable<GetTableRequest,Table>

getWorkspaceCallable()

public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
Returns
TypeDescription
UnaryCallable<GetWorkspaceRequest,Workspace>

listRowsCallable()

public UnaryCallable<ListRowsRequest,ListRowsResponse> listRowsCallable()
Returns
TypeDescription
UnaryCallable<ListRowsRequest,ListRowsResponse>

listRowsPagedCallable()

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

listTablesCallable()

public UnaryCallable<ListTablesRequest,ListTablesResponse> listTablesCallable()
Returns
TypeDescription
UnaryCallable<ListTablesRequest,ListTablesResponse>

listTablesPagedCallable()

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

listWorkspacesCallable()

public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()
Returns
TypeDescription
UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse>

listWorkspacesPagedCallable()

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

updateRowCallable()

public UnaryCallable<UpdateRowRequest,Row> updateRowCallable()
Returns
TypeDescription
UnaryCallable<UpdateRowRequest,Row>