[[["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\u003eListBackupsResponse\u003c/code\u003e class is part of the Dataproc Metastore v1beta API and is used to handle the response when listing backups.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, to handle paged responses and manage backups.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eBackups\u003c/code\u003e, which holds a list of backups, \u003ccode\u003eNextPageToken\u003c/code\u003e, used for pagination, and \u003ccode\u003eUnreachable\u003c/code\u003e for locations that could not be reached.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, one parameterless, and one which takes a \u003ccode\u003eListBackupsResponse\u003c/code\u003e to be used as parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this API is 2.0.0-beta11, which is used as the reference for the most recent documentation, while two other previous versions are also listed.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class ListBackupsResponse (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.ListBackupsResponse)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.ListBackupsResponse)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.ListBackupsResponse) \n\n public sealed class ListBackupsResponse : IPageResponse\u003cBackup\u003e, IEnumerable\u003cBackup\u003e, IEnumerable, IMessage\u003cListBackupsResponse\u003e, IEquatable\u003cListBackupsResponse\u003e, IDeepCloneable\u003cListBackupsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1beta API class ListBackupsResponse.\n\nResponse message for\n\\[DataprocMetastore.ListBackups\\]\\[google.cloud.metastore.v1beta.DataprocMetastore.ListBackups\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListBackupsResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Backup](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Backup](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.Backup), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListBackupsResponse](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.ListBackupsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListBackupsResponse](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.ListBackupsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListBackupsResponse](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.ListBackupsResponse), [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### ListBackupsResponse()\n\n public ListBackupsResponse()\n\n### ListBackupsResponse(ListBackupsResponse)\n\n public ListBackupsResponse(ListBackupsResponse other)\n\nProperties\n----------\n\n### Backups\n\n public RepeatedField\u003cBackup\u003e Backups { get; }\n\nThe backups of the specified service.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token that can be sent as `page_token` to retrieve the next page. If this\nfield is omitted, there are no subsequent pages.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cBackup\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]