Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.TableName
-
Packages that use TableName Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of TableName in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return TableName Modifier and Type Method Description TableName
TableName.Builder. build()
static TableName
TableName. of(String project, String location, String catalog, String database, String table)
static TableName
TableName. parse(String formattedString)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type TableName Modifier and Type Method Description static List<TableName>
TableName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type TableName Modifier and Type Method Description Table
MetastoreServiceClient. deleteTable(TableName name)
Deletes an existing table specified by the table ID.Table
MetastoreServiceClient. getTable(TableName name)
Gets the table specified by the resource name.Table
MetastoreServiceClient. renameTable(TableName name, TableName newName)
Renames an existing table specified by the table ID.Table
MetastoreServiceClient. renameTable(TableName name, String newName)
Renames an existing table specified by the table ID.Table
MetastoreServiceClient. renameTable(String name, TableName newName)
Renames an existing table specified by the table ID.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type TableName Modifier and Type Method Description static List<String>
TableName. toStringList(List<TableName> values)
-