Uses of Class
com.google.bigtable.admin.v2.ListTablesRequest
-
Packages that use ListTablesRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListTablesRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListTablesRequest Modifier and Type Method Description ListTablesRequest
ListTablesRequest.Builder. build()
ListTablesRequest
ListTablesRequest.Builder. buildPartial()
static ListTablesRequest
ListTablesRequest. getDefaultInstance()
ListTablesRequest
ListTablesRequest.Builder. getDefaultInstanceForType()
ListTablesRequest
ListTablesRequest. 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)
static ListTablesRequest
ListTablesRequest. parseFrom(ByteBuffer data)
static ListTablesRequest
ListTablesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListTablesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse>
BigtableTableAdminGrpc. getListTablesMethod()
com.google.protobuf.Parser<ListTablesRequest>
ListTablesRequest. getParserForType()
static com.google.protobuf.Parser<ListTablesRequest>
ListTablesRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type ListTablesRequest Modifier and Type Method Description default void
BigtableTableAdminGrpc.AsyncService. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
Lists all tables served from a specified instance.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.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)
-
Uses of ListTablesRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListTablesRequest Modifier and Type Method Description com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse>
BigtableTableAdminStubSettings.Builder. listTablesSettings()
Returns the builder for the settings used for calls to listTables.com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse>
BigtableTableAdminStubSettings. listTablesSettings()
Returns the object with the settings used for calls to listTables.
-