Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
public class HttpJsonTablesServiceStub extends TablesServiceStub
REST stub implementation for the TablesService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonTablesServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonTablesServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(TablesServiceStubSettings settings)
public static final HttpJsonTablesServiceStub create(TablesServiceStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonTablesServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
HttpJsonTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTablesServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
batchCreateRowsCallable()
public UnaryCallable<BatchCreateRowsRequest,BatchCreateRowsResponse> batchCreateRowsCallable()
Overrides
batchDeleteRowsCallable()
public UnaryCallable<BatchDeleteRowsRequest,Empty> batchDeleteRowsCallable()
Overrides
batchUpdateRowsCallable()
public UnaryCallable<BatchUpdateRowsRequest,BatchUpdateRowsResponse> batchUpdateRowsCallable()
Overrides
close()
public final void close()
Overrides
createRowCallable()
public UnaryCallable<CreateRowRequest,Row> createRowCallable()
Overrides
deleteRowCallable()
public UnaryCallable<DeleteRowRequest,Empty> deleteRowCallable()
Overrides
getRowCallable()
public UnaryCallable<GetRowRequest,Row> getRowCallable()
Overrides
getTableCallable()
public UnaryCallable<GetTableRequest,Table> getTableCallable()
Overrides
getWorkspaceCallable()
public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listRowsCallable()
public UnaryCallable<ListRowsRequest,ListRowsResponse> listRowsCallable()
Overrides
listRowsPagedCallable()
public UnaryCallable<ListRowsRequest,TablesServiceClient.ListRowsPagedResponse> listRowsPagedCallable()
Overrides
listTablesCallable()
public UnaryCallable<ListTablesRequest,ListTablesResponse> listTablesCallable()
Overrides
listTablesPagedCallable()
public UnaryCallable<ListTablesRequest,TablesServiceClient.ListTablesPagedResponse> listTablesPagedCallable()
Overrides
listWorkspacesCallable()
public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()
Overrides
listWorkspacesPagedCallable()
public UnaryCallable<ListWorkspacesRequest,TablesServiceClient.ListWorkspacesPagedResponse> listWorkspacesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateRowCallable()
public UnaryCallable<UpdateRowRequest,Row> updateRowCallable()
Overrides