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