Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.Lock.ResourcesCase
-
Packages that use Lock.ResourcesCase Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of Lock.ResourcesCase in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return Lock.ResourcesCase Modifier and Type Method Description static Lock.ResourcesCase
Lock.ResourcesCase. forNumber(int value)
Lock.ResourcesCase
Lock.Builder. getResourcesCase()
Lock.ResourcesCase
Lock. getResourcesCase()
Lock.ResourcesCase
LockOrBuilder. getResourcesCase()
static Lock.ResourcesCase
Lock.ResourcesCase. valueOf(int value)
Deprecated.static Lock.ResourcesCase
Lock.ResourcesCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lock.ResourcesCase[]
Lock.ResourcesCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-