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