Uses of Class
com.google.cloud.alloydb.v1.BackupName
-
Packages that use BackupName Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of BackupName in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return BackupName Modifier and Type Method Description BackupNameBackupName.Builder. build()static BackupNameBackupName. of(String project, String location, String backup)static BackupNameBackupName. parse(String formattedString)Methods in com.google.cloud.alloydb.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.alloydb.v1 with parameters of type BackupName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>AlloyDBAdminClient. deleteBackupAsync(BackupName name)Deletes a single Backup.BackupAlloyDBAdminClient. getBackup(BackupName name)Gets details of a single Backup.Method parameters in com.google.cloud.alloydb.v1 with type arguments of type BackupName Modifier and Type Method Description static List<String>BackupName. toStringList(List<BackupName> values)
-