Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.Lock.State
-
Packages that use Lock.State Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of Lock.State in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return Lock.State Modifier and Type Method Description static Lock.State
Lock.State. forNumber(int value)
Lock.State
Lock.Builder. getState()
Output only.Lock.State
Lock. getState()
Output only.Lock.State
LockOrBuilder. getState()
Output only.static Lock.State
Lock.State. valueOf(int value)
Deprecated.static Lock.State
Lock.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Lock.State
Lock.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lock.State[]
Lock.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type Lock.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Lock.State>
Lock.State. internalGetValueMap()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type Lock.State Modifier and Type Method Description Lock.Builder
Lock.Builder. setState(Lock.State value)
Output only.
-