Class TablesServiceGrpc.TablesServiceImplBase (0.45.0)

public abstract static class TablesServiceGrpc.TablesServiceImplBase implements BindableService, TablesServiceGrpc.AsyncService

Base class for the server implementation of the service TablesService.

The Tables Service provides an API for reading and updating tables. It defines the following resource model:

  • The API has a collection of Table resources, named tables/*
  • Each Table has a collection of Row resources, named tables/*/rows/*
  • The API has a collection of Workspace resources, named workspaces/*.

Inheritance

java.lang.Object > TablesServiceGrpc.TablesServiceImplBase

Implements

io.grpc.BindableService, TablesServiceGrpc.AsyncService

Constructors

TablesServiceImplBase()

public TablesServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition