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 DatabaseNameDatabaseName.Builder. build()static DatabaseNameDatabaseName. of(String project, String location, String catalog, String database)static DatabaseNameDatabaseName. 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 LockMetastoreServiceClient. createLock(DatabaseName parent, Lock lock)Creates a new lock.TableMetastoreServiceClient. createTable(DatabaseName parent, Table table, String tableId)Creates a new table.DatabaseMetastoreServiceClient. deleteDatabase(DatabaseName name)Deletes an existing database specified by the database ID.DatabaseMetastoreServiceClient. getDatabase(DatabaseName name)Gets the database specified by the resource name.MetastoreServiceClient.ListLocksPagedResponseMetastoreServiceClient. listLocks(DatabaseName parent)List all locks in a specified database.MetastoreServiceClient.ListTablesPagedResponseMetastoreServiceClient. 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)
-