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-04-17 UTC."],[[["The page provides documentation for the `ListBackupSchedulesRequest` class within the `Google.Cloud.Firestore.Admin.V1` API, specifically version 3.11.0, with links to older and more recent versions."],["`ListBackupSchedulesRequest` is used to request a list of backup schedules and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString` from the base class."],["The class has a constructor that creates a new instance and another constructor that makes a copy from an existing instance, both sharing the same name."],["It also has the properties `Parent` which is a string representing the parent database, and `ParentAsDatabaseName`, a `DatabaseName` typed property, which provides a typed view over the `Parent` property."]]],[]]