Uses of Class
com.google.cloud.gkebackup.v1.BackupPlanName
-
Packages that use BackupPlanName Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of BackupPlanName in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupPlanName Modifier and Type Method Description BackupPlanNameBackupPlanName.Builder. build()static BackupPlanNameBackupPlanName. of(String project, String location, String backupPlan)static BackupPlanNameBackupPlanName. parse(String formattedString)Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupPlanName Modifier and Type Method Description static List<BackupPlanName>BackupPlanName. parseList(List<String> formattedStrings)Methods in com.google.cloud.gkebackup.v1 with parameters of type BackupPlanName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata>BackupForGKEClient. createBackupAsync(BackupPlanName parent, Backup backup, String backupId)Creates a Backup for the given BackupPlan.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>BackupForGKEClient. deleteBackupPlanAsync(BackupPlanName name)Deletes an existing BackupPlan.BackupPlanBackupForGKEClient. getBackupPlan(BackupPlanName name)Retrieve the details of a single BackupPlan.BackupForGKEClient.ListBackupsPagedResponseBackupForGKEClient. listBackups(BackupPlanName parent)Lists the Backups for a given BackupPlan.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type BackupPlanName Modifier and Type Method Description static List<String>BackupPlanName. toStringList(List<BackupPlanName> values)
-