Output only. The system-generated UID of the backup which was used to
create this resource. The UID is generated when the backup is created, and
it is retained until the backup is deleted.
Output only. The system-generated UID of the backup which was used to
create this resource. The UID is generated when the backup is created, and
it is retained until the backup is deleted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface BackupSourceOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.alloydb.v1.BackupSourceOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.alloydb.v1.BackupSourceOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.alloydb.v1.BackupSourceOrBuilder) \n\n public interface BackupSourceOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBackupName()\n\n public abstract String getBackupName()\n\nRequired. The name of the backup resource with the format:\n\n- projects/{project}/locations/{region}/backups/{backup_id}\n\n`string backup_name = 1;`\n\n### getBackupNameBytes()\n\n public abstract ByteString getBackupNameBytes()\n\nRequired. The name of the backup resource with the format:\n\n- projects/{project}/locations/{region}/backups/{backup_id}\n\n`string backup_name = 1;`\n\n### getBackupUid()\n\n public abstract String getBackupUid()\n\nOutput only. The system-generated UID of the backup which was used to\ncreate this resource. The UID is generated when the backup is created, and\nit is retained until the backup is deleted.\n\n`string backup_uid = 2;`\n\n### getBackupUidBytes()\n\n public abstract ByteString getBackupUidBytes()\n\nOutput only. The system-generated UID of the backup which was used to\ncreate this resource. The UID is generated when the backup is created, and\nit is retained until the backup is deleted.\n\n`string backup_uid = 2;`"]]