Uses of Class
com.google.cloud.gkebackup.v1.RestoreName
-
Packages that use RestoreName Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of RestoreName in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return RestoreName Modifier and Type Method Description RestoreNameRestoreName.Builder. build()static RestoreNameRestoreName. of(String project, String location, String restorePlan, String restore)static RestoreNameRestoreName. parse(String formattedString)Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type RestoreName Modifier and Type Method Description static List<RestoreName>RestoreName. parseList(List<String> formattedStrings)Methods in com.google.cloud.gkebackup.v1 with parameters of type RestoreName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>BackupForGKEClient. deleteRestoreAsync(RestoreName name)Deletes an existing Restore.RestoreBackupForGKEClient. getRestore(RestoreName name)Retrieves the details of a single Restore.BackupForGKEClient.ListVolumeRestoresPagedResponseBackupForGKEClient. listVolumeRestores(RestoreName parent)Lists the VolumeRestores for a given Restore.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type RestoreName Modifier and Type Method Description static List<String>RestoreName. toStringList(List<RestoreName> values)
-