Uses of Class
com.google.bigtable.admin.v2.ListTablesResponse
-
Packages that use ListTablesResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListTablesResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListTablesResponse Modifier and Type Method Description ListTablesResponseListTablesResponse.Builder. build()ListTablesResponseListTablesResponse.Builder. buildPartial()static ListTablesResponseListTablesResponse. getDefaultInstance()ListTablesResponseListTablesResponse.Builder. getDefaultInstanceForType()ListTablesResponseListTablesResponse. getDefaultInstanceForType()ListTablesResponseBigtableTableAdminGrpc.BigtableTableAdminBlockingStub. listTables(ListTablesRequest request)Lists all tables served from a specified instance.static ListTablesResponseListTablesResponse. parseDelimitedFrom(InputStream input)static ListTablesResponseListTablesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(byte[] data)static ListTablesResponseListTablesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.ByteString data)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(InputStream input)static ListTablesResponseListTablesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(ByteBuffer data)static ListTablesResponseListTablesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListTablesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse>BigtableTableAdminGrpc. getListTablesMethod()com.google.protobuf.Parser<ListTablesResponse>ListTablesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTablesResponse>BigtableTableAdminGrpc.BigtableTableAdminFutureStub. listTables(ListTablesRequest request)Lists all tables served from a specified instance.static com.google.protobuf.Parser<ListTablesResponse>ListTablesResponse. parser()Methods in com.google.bigtable.admin.v2 with parameters of type ListTablesResponse Modifier and Type Method Description ListTablesResponse.BuilderListTablesResponse.Builder. mergeFrom(ListTablesResponse other)static ListTablesResponse.BuilderListTablesResponse. newBuilder(ListTablesResponse prototype)Method parameters in com.google.bigtable.admin.v2 with type arguments of type ListTablesResponse 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.voidBigtableTableAdminGrpc.BigtableTableAdminStub. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)Lists all tables served from a specified instance. -
Uses of ListTablesResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListTablesResponse 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.
-