Uses of Class
com.google.cloud.gkebackup.v1.VolumeRestoreName
-
Packages that use VolumeRestoreName Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of VolumeRestoreName in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return VolumeRestoreName Modifier and Type Method Description VolumeRestoreNameVolumeRestoreName.Builder. build()static VolumeRestoreNameVolumeRestoreName. of(String project, String location, String restorePlan, String restore, String volumeRestore)static VolumeRestoreNameVolumeRestoreName. parse(String formattedString)Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type VolumeRestoreName Modifier and Type Method Description static List<VolumeRestoreName>VolumeRestoreName. parseList(List<String> formattedStrings)Methods in com.google.cloud.gkebackup.v1 with parameters of type VolumeRestoreName Modifier and Type Method Description VolumeRestoreBackupForGKEClient. getVolumeRestore(VolumeRestoreName name)Retrieve the details of a single VolumeRestore.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type VolumeRestoreName Modifier and Type Method Description static List<String>VolumeRestoreName. toStringList(List<VolumeRestoreName> values)
-