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 ListTablesResponse
ListTablesResponse.Builder. build()
ListTablesResponse
ListTablesResponse.Builder. buildPartial()
static ListTablesResponse
ListTablesResponse. getDefaultInstance()
ListTablesResponse
ListTablesResponse.Builder. getDefaultInstanceForType()
ListTablesResponse
ListTablesResponse. getDefaultInstanceForType()
ListTablesResponse
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. listTables(ListTablesRequest request)
Lists all tables served from a specified instance.static ListTablesResponse
ListTablesResponse. parseDelimitedFrom(InputStream input)
static ListTablesResponse
ListTablesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTablesResponse
ListTablesResponse. parseFrom(byte[] data)
static ListTablesResponse
ListTablesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTablesResponse
ListTablesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTablesResponse
ListTablesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTablesResponse
ListTablesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTablesResponse
ListTablesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTablesResponse
ListTablesResponse. parseFrom(InputStream input)
static ListTablesResponse
ListTablesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTablesResponse
ListTablesResponse. parseFrom(ByteBuffer data)
static ListTablesResponse
ListTablesResponse. 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.Builder
ListTablesResponse.Builder. mergeFrom(ListTablesResponse other)
static ListTablesResponse.Builder
ListTablesResponse. newBuilder(ListTablesResponse prototype)
Method parameters in com.google.bigtable.admin.v2 with type arguments of type ListTablesResponse 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.void
BigtableTableAdminGrpc.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.
-