Uses of Class
com.google.cloud.bigquery.biglake.v1.DatabaseName
-
Packages that use DatabaseName Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake API -
-
Uses of DatabaseName in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 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.v1 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.v1 with parameters of type DatabaseName Modifier and Type Method Description 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.ListTablesPagedResponse
MetastoreServiceClient. listTables(DatabaseName parent)
List all tables in a specified database.Method parameters in com.google.cloud.bigquery.biglake.v1 with type arguments of type DatabaseName Modifier and Type Method Description static List<String>
DatabaseName. toStringList(List<DatabaseName> values)
-