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.
Constructors
TablesServiceStub()
public TablesServiceStub()
Methods
batchCreateRowsCallable()
public UnaryCallable<BatchCreateRowsRequest,BatchCreateRowsResponse> batchCreateRowsCallable()
batchDeleteRowsCallable()
public UnaryCallable<BatchDeleteRowsRequest,Empty> batchDeleteRowsCallable()
batchUpdateRowsCallable()
public UnaryCallable<BatchUpdateRowsRequest,BatchUpdateRowsResponse> batchUpdateRowsCallable()
close()
public abstract void close()
createRowCallable()
public UnaryCallable<CreateRowRequest,Row> createRowCallable()
deleteRowCallable()
public UnaryCallable<DeleteRowRequest,Empty> deleteRowCallable()
getRowCallable()
public UnaryCallable<GetRowRequest,Row> getRowCallable()
getTableCallable()
public UnaryCallable<GetTableRequest,Table> getTableCallable()
getWorkspaceCallable()
public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
listRowsCallable()
public UnaryCallable<ListRowsRequest,ListRowsResponse> listRowsCallable()
listRowsPagedCallable()
public UnaryCallable<ListRowsRequest,TablesServiceClient.ListRowsPagedResponse> listRowsPagedCallable()
listTablesCallable()
public UnaryCallable<ListTablesRequest,ListTablesResponse> listTablesCallable()
listTablesPagedCallable()
public UnaryCallable<ListTablesRequest,TablesServiceClient.ListTablesPagedResponse> listTablesPagedCallable()
listWorkspacesCallable()
public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()
listWorkspacesPagedCallable()
public UnaryCallable<ListWorkspacesRequest,TablesServiceClient.ListWorkspacesPagedResponse> listWorkspacesPagedCallable()
updateRowCallable()
public UnaryCallable<UpdateRowRequest,Row> updateRowCallable()