Uses of Class
com.google.cloud.gkebackup.v1.BackupPlan.State
-
Packages that use BackupPlan.State Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of BackupPlan.State in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupPlan.State Modifier and Type Method Description static BackupPlan.State
BackupPlan.State. forNumber(int value)
BackupPlan.State
BackupPlan.Builder. getState()
Output only.BackupPlan.State
BackupPlan. getState()
Output only.BackupPlan.State
BackupPlanOrBuilder. getState()
Output only.static BackupPlan.State
BackupPlan.State. valueOf(int value)
Deprecated.static BackupPlan.State
BackupPlan.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BackupPlan.State
BackupPlan.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackupPlan.State[]
BackupPlan.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 BackupPlan.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BackupPlan.State>
BackupPlan.State. internalGetValueMap()
Methods in com.google.cloud.gkebackup.v1 with parameters of type BackupPlan.State Modifier and Type Method Description BackupPlan.Builder
BackupPlan.Builder. setState(BackupPlan.State value)
Output only.
-