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 ListTablesRequestListTablesRequest.Builder. build()ListTablesRequestListTablesRequest.Builder. buildPartial()static ListTablesRequestListTablesRequest. getDefaultInstance()ListTablesRequestListTablesRequest.Builder. getDefaultInstanceForType()ListTablesRequestListTablesRequest. getDefaultInstanceForType()static ListTablesRequestListTablesRequest. parseDelimitedFrom(InputStream input)static ListTablesRequestListTablesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(byte[] data)static ListTablesRequestListTablesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.ByteString data)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(InputStream input)static ListTablesRequestListTablesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(ByteBuffer data)static ListTablesRequestListTablesRequest. 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 voidBigtableTableAdminGrpc.AsyncService. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)Lists all tables served from a specified instance.ListTablesResponseBigtableTableAdminGrpc.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.voidBigtableTableAdminGrpc.BigtableTableAdminStub. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)Lists all tables served from a specified instance.ListTablesRequest.BuilderListTablesRequest.Builder. mergeFrom(ListTablesRequest other)static ListTablesRequest.BuilderListTablesRequest. 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.
-