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 VolumeRestoreName
VolumeRestoreName.Builder. build()
static VolumeRestoreName
VolumeRestoreName. of(String project, String location, String restorePlan, String restore, String volumeRestore)
static VolumeRestoreName
VolumeRestoreName. 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 VolumeRestore
BackupForGKEClient. 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)
-