| Package | Description |
|---|---|
| com.google.bigtable.admin.v2 |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> |
BigtableTableAdminGrpc.METHOD_LIST_TABLES |
| Modifier and Type | Method and Description |
|---|---|
ListTablesRequest |
ListTablesRequest.Builder.build() |
ListTablesRequest |
ListTablesRequest.Builder.buildPartial() |
static ListTablesRequest |
ListTablesRequest.getDefaultInstance() |
ListTablesRequest |
ListTablesRequest.getDefaultInstanceForType() |
ListTablesRequest |
ListTablesRequest.Builder.getDefaultInstanceForType() |
static ListTablesRequest |
ListTablesRequest.parseDelimitedFrom(InputStream input) |
static ListTablesRequest |
ListTablesRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListTablesRequest |
ListTablesRequest.parseFrom(byte[] data) |
static ListTablesRequest |
ListTablesRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListTablesRequest |
ListTablesRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListTablesRequest |
ListTablesRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListTablesRequest |
ListTablesRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListTablesRequest |
ListTablesRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListTablesRequest |
ListTablesRequest.parseFrom(InputStream input) |
static ListTablesRequest |
ListTablesRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ListTablesRequest> |
ListTablesRequest.getParserForType() |
static com.google.protobuf.Parser<ListTablesRequest> |
ListTablesRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse |
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub.listTables(ListTablesRequest request)
Lists all tables served from a specified instance.
|
com.google.common.util.concurrent.ListenableFuture<ListTablesResponse> |
BigtableTableAdminGrpc.BigtableTableAdminFutureStub.listTables(ListTablesRequest request)
Lists all tables served from a specified instance.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminImplBase.listTables(ListTablesRequest request,
io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
Lists all tables served from a specified instance.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminStub.listTables(ListTablesRequest request,
io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
Lists all tables served from a specified instance.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.mergeFrom(ListTablesRequest other) |
static ListTablesRequest.Builder |
ListTablesRequest.newBuilder(ListTablesRequest prototype) |