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 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.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 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.ListTablesPagedResponseMetastoreServiceClient. 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)
-