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