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