[[["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\u003eBackup\u003c/code\u003e class in the Google Cloud Metastore v1beta API represents a backup resource and provides methods for interacting with it.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eBackup\u003c/code\u003e class 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, which offer functionalities like message handling, comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eBackupName\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eRestoringServices\u003c/code\u003e, \u003ccode\u003eServiceRevision\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e, providing details about the backup's identity, status, and associated data.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors, \u003ccode\u003eBackup()\u003c/code\u003e for default initialization and \u003ccode\u003eBackup(Backup other)\u003c/code\u003e for creating a copy from an existing backup instance.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this \u003ccode\u003eBackup\u003c/code\u003e class is \u003ccode\u003e2.0.0-beta11\u003c/code\u003e, with previous versions including \u003ccode\u003e2.0.0-beta10\u003c/code\u003e and \u003ccode\u003e1.0.0-beta02\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class Backup (2.0.0-beta11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.Backup)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.Backup) \n\n public sealed class Backup : IMessage\u003cBackup\u003e, IEquatable\u003cBackup\u003e, IDeepCloneable\u003cBackup\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1beta API class Backup.\n\nThe details of a backup resource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Backup \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Backup](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Backup](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Backup](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup), [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.Metastore.V1Beta](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Beta.dll\n\nConstructors\n------------\n\n### Backup()\n\n public Backup()\n\n### Backup(Backup)\n\n public Backup(Backup other)\n\nProperties\n----------\n\n### BackupName\n\n public BackupName BackupName { get; set; }\n\n[BackupName](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.BackupName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup#Google_Cloud_Metastore_V1Beta_Backup_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the backup was started.\n\n### Description\n\n public string Description { get; set; }\n\nThe description of the backup.\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nOutput only. The time when the backup finished creating.\n\n### Name\n\n public string Name { get; set; }\n\nImmutable. The relative resource name of the backup, in the following form:\n\n`projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}`\n\n### RestoringServices\n\n public RepeatedField\u003cstring\u003e RestoringServices { get; }\n\nOutput only. Services that are restoring from the backup.\n\n### ServiceRevision\n\n public Service ServiceRevision { get; set; }\n\nOutput only. The revision of the service at the time of backup.\n\n### State\n\n public Backup.Types.State State { get; set; }\n\nOutput only. The current state of the backup."]]