Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.ListTablesResponse
-
Packages that use ListTablesResponse Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of ListTablesResponse in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 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
MetastoreServiceGrpc.MetastoreServiceBlockingStub. listTables(ListTablesRequest request)
List all tables in a specified database.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.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type ListTablesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse>
MetastoreServiceGrpc. getListTablesMethod()
com.google.protobuf.Parser<ListTablesResponse>
ListTablesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListTablesResponse>
MetastoreServiceGrpc.MetastoreServiceFutureStub. listTables(ListTablesRequest request)
List all tables in a specified database.com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>
MetastoreServiceClient. listTablesCallable()
List all tables in a specified database.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>
MetastoreServiceSettings.Builder. listTablesSettings()
Returns the builder for the settings used for calls to listTables.com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>
MetastoreServiceSettings. listTablesSettings()
Returns the object with the settings used for calls to listTables.static com.google.protobuf.Parser<ListTablesResponse>
ListTablesResponse. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type ListTablesResponse Modifier and Type Method Description protected MetastoreServiceClient.ListTablesPage
MetastoreServiceClient.ListTablesPage. createPage(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)
ListTablesResponse.Builder
ListTablesResponse.Builder. mergeFrom(ListTablesResponse other)
static ListTablesResponse.Builder
ListTablesResponse. newBuilder(ListTablesResponse prototype)
Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type ListTablesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPagedResponse>
MetastoreServiceClient.ListTablesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)
static com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPagedResponse>
MetastoreServiceClient.ListTablesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)
protected MetastoreServiceClient.ListTablesPage
MetastoreServiceClient.ListTablesPage. createPage(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)
com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPage>
MetastoreServiceClient.ListTablesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)
com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPage>
MetastoreServiceClient.ListTablesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)
default void
MetastoreServiceGrpc.AsyncService. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
List all tables in a specified database.void
MetastoreServiceGrpc.MetastoreServiceStub. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
List all tables in a specified database. -
Uses of ListTablesResponse in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type ListTablesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>
GrpcMetastoreServiceStub. listTablesCallable()
com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>
HttpJsonMetastoreServiceStub. listTablesCallable()
com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>
MetastoreServiceStub. listTablesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>
MetastoreServiceStubSettings.Builder. listTablesSettings()
Returns the builder for the settings used for calls to listTables.com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>
MetastoreServiceStubSettings. listTablesSettings()
Returns the object with the settings used for calls to listTables.
-