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 RestoreName
RestoreName.Builder. build()
static RestoreName
RestoreName. of(String project, String location, String restorePlan, String restore)
static RestoreName
RestoreName. 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.Restore
BackupForGKEClient. getRestore(RestoreName name)
Retrieves the details of a single Restore.BackupForGKEClient.ListVolumeRestoresPagedResponse
BackupForGKEClient. 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)
-