Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.LockName
-
Packages that use LockName Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of LockName in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return LockName Modifier and Type Method Description LockName
LockName.Builder. build()
static LockName
LockName. of(String project, String location, String catalog, String database, String lock)
static LockName
LockName. parse(String formattedString)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type LockName Modifier and Type Method Description static List<LockName>
LockName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type LockName Modifier and Type Method Description Lock
MetastoreServiceClient. checkLock(LockName name)
Checks the state of a lock specified by the lock ID.void
MetastoreServiceClient. deleteLock(LockName name)
Deletes an existing lock specified by the lock ID.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type LockName Modifier and Type Method Description static List<String>
LockName. toStringList(List<LockName> values)
-