| Package | Description |
|---|---|
| com.google.cloud.bigquery.biglake.v1 |
A client to BigLake API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.bigquery.biglake.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
MetastoreServiceClient.ListTablesPagedResponse |
MetastoreServiceClient.listTables(DatabaseName parent)
List all tables in a specified database.
|
MetastoreServiceClient.ListTablesPagedResponse |
MetastoreServiceClient.listTables(ListTablesRequest request)
List all tables in a specified database.
|
MetastoreServiceClient.ListTablesPagedResponse |
MetastoreServiceClient.listTables(String parent)
List all tables in a specified database.
|
| Modifier and Type | Method and 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) |
com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse> |
MetastoreServiceClient.listTablesPagedCallable()
List all tables in a specified database.
|
com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse> |
MetastoreServiceSettings.listTablesSettings()
Returns the object with the settings used for calls to listTables.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse> |
HttpJsonMetastoreServiceStub.listTablesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse> |
MetastoreServiceStub.listTablesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse> |
GrpcMetastoreServiceStub.listTablesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse> |
MetastoreServiceStubSettings.listTablesSettings()
Returns the object with the settings used for calls to listTables.
|
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.
|
Copyright © 2025 Google LLC. All rights reserved.