Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.CatalogName
-
Packages that use CatalogName Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of CatalogName in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return CatalogName Modifier and Type Method Description CatalogName
CatalogName.Builder. build()
static CatalogName
CatalogName. of(String project, String location, String catalog)
static CatalogName
CatalogName. parse(String formattedString)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type CatalogName Modifier and Type Method Description static List<CatalogName>
CatalogName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type CatalogName Modifier and Type Method Description Database
MetastoreServiceClient. createDatabase(CatalogName parent, Database database, String databaseId)
Creates a new database.Catalog
MetastoreServiceClient. deleteCatalog(CatalogName name)
Deletes an existing catalog specified by the catalog ID.Catalog
MetastoreServiceClient. getCatalog(CatalogName name)
Gets the catalog specified by the resource name.MetastoreServiceClient.ListDatabasesPagedResponse
MetastoreServiceClient. listDatabases(CatalogName parent)
List all databases in a specified catalog.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type CatalogName Modifier and Type Method Description static List<String>
CatalogName. toStringList(List<CatalogName> values)
-