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