Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.MetastoreServiceClient.ListDatabasesPagedResponse
-
Packages that use MetastoreServiceClient.ListDatabasesPagedResponse Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of MetastoreServiceClient.ListDatabasesPagedResponse in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return MetastoreServiceClient.ListDatabasesPagedResponse Modifier and Type Method Description MetastoreServiceClient.ListDatabasesPagedResponse
MetastoreServiceClient. listDatabases(CatalogName parent)
List all databases in a specified catalog.MetastoreServiceClient.ListDatabasesPagedResponse
MetastoreServiceClient. listDatabases(ListDatabasesRequest request)
List all databases in a specified catalog.MetastoreServiceClient.ListDatabasesPagedResponse
MetastoreServiceClient. listDatabases(String parent)
List all databases in a specified catalog.Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type MetastoreServiceClient.ListDatabasesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceClient.ListDatabasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, com.google.api.core.ApiFuture<ListDatabasesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceClient. listDatabasesPagedCallable()
List all databases in a specified catalog.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceSettings.Builder. listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.com.google.api.gax.rpc.PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceSettings. listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases. -
Uses of MetastoreServiceClient.ListDatabasesPagedResponse in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type MetastoreServiceClient.ListDatabasesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,MetastoreServiceClient.ListDatabasesPagedResponse>
GrpcMetastoreServiceStub. listDatabasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,MetastoreServiceClient.ListDatabasesPagedResponse>
HttpJsonMetastoreServiceStub. listDatabasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceStub. listDatabasesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceStubSettings.Builder. listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.com.google.api.gax.rpc.PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceStubSettings. listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.
-