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.State
RestorePlan.State. forNumber(int value)
RestorePlan.State
RestorePlan.Builder. getState()
Output only.RestorePlan.State
RestorePlan. getState()
Output only.RestorePlan.State
RestorePlanOrBuilder. getState()
Output only.static RestorePlan.State
RestorePlan.State. valueOf(int value)
Deprecated.static RestorePlan.State
RestorePlan.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RestorePlan.State
RestorePlan.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.Builder
RestorePlan.Builder. setState(RestorePlan.State value)
Output only.
-