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 GrpcTablesServiceStub extends TablesServiceStub
gRPC 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 GrpcTablesServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcTablesServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(TablesServiceStubSettings settings)
public static final GrpcTablesServiceStub create(TablesServiceStubSettings settings)
Constructors
GrpcTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext)
protected GrpcTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcTablesServiceStub, 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.
GrpcTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcTablesServiceStub(TablesServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTablesServiceStub, 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
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
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