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