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