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