Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.DatabaseName
-
Packages that use DatabaseName Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of DatabaseName in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return DatabaseName Modifier and Type Method Description DatabaseName
DatabaseName.Builder. build()
static DatabaseName
DatabaseName. of(String project, String location, String catalog, String database)
static DatabaseName
DatabaseName. parse(String formattedString)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type DatabaseName Modifier and Type Method Description static List<DatabaseName>
DatabaseName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type DatabaseName Modifier and Type Method Description Lock
MetastoreServiceClient. createLock(DatabaseName parent, Lock lock)
Creates a new lock.Table
MetastoreServiceClient. createTable(DatabaseName parent, Table table, String tableId)
Creates a new table.Database
MetastoreServiceClient. deleteDatabase(DatabaseName name)
Deletes an existing database specified by the database ID.Database
MetastoreServiceClient. getDatabase(DatabaseName name)
Gets the database specified by the resource name.MetastoreServiceClient.ListLocksPagedResponse
MetastoreServiceClient. listLocks(DatabaseName parent)
List all locks in a specified database.MetastoreServiceClient.ListTablesPagedResponse
MetastoreServiceClient. listTables(DatabaseName parent)
List all tables in a specified database.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type DatabaseName Modifier and Type Method Description static List<String>
DatabaseName. toStringList(List<DatabaseName> values)
-