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 LockNameLockName.Builder. build()static LockNameLockName. of(String project, String location, String catalog, String database, String lock)static LockNameLockName. 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 LockMetastoreServiceClient. checkLock(LockName name)Checks the state of a lock specified by the lock ID.voidMetastoreServiceClient. 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)
-