Uses of Class
com.google.cloud.gkebackup.v1.RestorePlanName
-
Packages that use RestorePlanName Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of RestorePlanName in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return RestorePlanName Modifier and Type Method Description RestorePlanNameRestorePlanName.Builder. build()static RestorePlanNameRestorePlanName. of(String project, String location, String restorePlan)static RestorePlanNameRestorePlanName. parse(String formattedString)Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type RestorePlanName Modifier and Type Method Description static List<RestorePlanName>RestorePlanName. parseList(List<String> formattedStrings)Methods in com.google.cloud.gkebackup.v1 with parameters of type RestorePlanName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Restore,OperationMetadata>BackupForGKEClient. createRestoreAsync(RestorePlanName parent, Restore restore, String restoreId)Creates a new Restore for the given RestorePlan.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>BackupForGKEClient. deleteRestorePlanAsync(RestorePlanName name)Deletes an existing RestorePlan.RestorePlanBackupForGKEClient. getRestorePlan(RestorePlanName name)Retrieve the details of a single RestorePlan.BackupForGKEClient.ListRestoresPagedResponseBackupForGKEClient. listRestores(RestorePlanName parent)Lists the Restores for a given RestorePlan.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type RestorePlanName Modifier and Type Method Description static List<String>RestorePlanName. toStringList(List<RestorePlanName> values)
-