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