public sealed class ListBackupSchedulesRequest : IMessage<ListBackupSchedulesRequest>, IEquatable<ListBackupSchedulesRequest>, IDeepCloneable<ListBackupSchedulesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListBackupSchedulesRequest.
The request for
[FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
[[["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-03-21 UTC."],[[["The `ListBackupSchedulesRequest` class is used to request a list of backup schedules from the Firestore Admin API."],["This class is part of the `Google.Cloud.Firestore.Admin.V1` namespace and is found within the `Google.Cloud.Firestore.Admin.V1.dll` assembly, and is currently at version 3.9.0, although other versions are listed."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various operations and data structures."],["The `ListBackupSchedulesRequest` class includes properties like `Parent` (a string) and `ParentAsDatabaseName` (a `DatabaseName` type) to define the scope of the backup schedule request."],["The latest version that is found is version 3.12.0, with the ability to navigate and view all the way down to version 2.2.0."]]],[]]