public sealed class CreateBackupScheduleRequest : IMessage<CreateBackupScheduleRequest>, IEquatable<CreateBackupScheduleRequest>, IDeepCloneable<CreateBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class CreateBackupScheduleRequest.
The request for
[FirestoreAdmin.CreateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.CreateBackupSchedule].
[[["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."],[[["This document provides reference information for the `CreateBackupScheduleRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.11.0, and its related versions."],["`CreateBackupScheduleRequest` is used to create a backup schedule through the `FirestoreAdmin.CreateBackupSchedule` API method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `BackupSchedule`, `Parent`, and `ParentAsDatabaseName`, which are essential for defining the backup schedule and specifying the parent database."],["The document also lists various versions of the API, ranging from version 2.2.0 to the latest 3.12.0, allowing developers to access documentation for different releases."],["Two constructors are available for `CreateBackupScheduleRequest`: one default constructor, and another that accepts another `CreateBackupScheduleRequest` instance as a parameter for copying."]]],[]]