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