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 RestorePlanName
RestorePlanName.Builder. build()
static RestorePlanName
RestorePlanName. of(String project, String location, String restorePlan)
static RestorePlanName
RestorePlanName. 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.RestorePlan
BackupForGKEClient. getRestorePlan(RestorePlanName name)
Retrieve the details of a single RestorePlan.BackupForGKEClient.ListRestoresPagedResponse
BackupForGKEClient. 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)
-