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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBackupSource\u003c/code\u003e class in the Google Cloud AlloyDB v1beta API is used to describe a source for a backup, specifically in the context of AlloyDB.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBackupSource\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBackupSource\u003c/code\u003e class has two constructors: a default constructor and one that accepts another \u003ccode\u003eBackupSource\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBackupSource\u003c/code\u003e class contains properties like \u003ccode\u003eBackupName\u003c/code\u003e, \u003ccode\u003eBackupNameAsBackupName\u003c/code\u003e, and \u003ccode\u003eBackupUid\u003c/code\u003e, which are used to manage information about the backup resource, such as the backup's name and its system-generated UID.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version available of this API is 1.0.0-beta09, and 1.0.0-beta08 is also provided.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1beta API - Class BackupSource (1.0.0-beta12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.BackupSource)\n- [1.0.0-beta11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/1.0.0-beta11/Google.Cloud.AlloyDb.V1Beta.BackupSource) \n\n public sealed class BackupSource : IMessage\u003cBackupSource\u003e, IEquatable\u003cBackupSource\u003e, IDeepCloneable\u003cBackupSource\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1beta API class BackupSource.\n\nMessage describing a BackupSource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackupSource \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BackupSource](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.BackupSource), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BackupSource](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.BackupSource), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BackupSource](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.BackupSource), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Beta](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Beta.dll\n\nConstructors\n------------\n\n### BackupSource()\n\n public BackupSource()\n\n### BackupSource(BackupSource)\n\n public BackupSource(BackupSource other)\n\nProperties\n----------\n\n### BackupName\n\n public string BackupName { get; set; }\n\nRequired. The name of the backup resource with the format:\n\n- projects/{project}/locations/{region}/backups/{backup_id}\n\n### BackupNameAsBackupName\n\n public BackupName BackupNameAsBackupName { get; set; }\n\n[BackupName](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.BackupName)-typed view over the [BackupName](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.BackupSource#Google_Cloud_AlloyDb_V1Beta_BackupSource_BackupName) resource name property.\n\n### BackupUid\n\n public string BackupUid { get; set; }\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."]]