public sealed class UpdateBackupScheduleRequest : IMessage<UpdateBackupScheduleRequest>, IEquatable<UpdateBackupScheduleRequest>, IDeepCloneable<UpdateBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class UpdateBackupScheduleRequest.
The request for
[FirestoreAdmin.UpdateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule].
[[["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."],[[["This document provides reference documentation for the `UpdateBackupScheduleRequest` class within the Firestore Admin v1 API, specifically for .NET development, including its constructors, properties, and inherited members."],["The `UpdateBackupScheduleRequest` class is used to request updates to a backup schedule and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two primary properties: `BackupSchedule`, which represents the backup schedule to be updated, and `UpdateMask`, which lists the fields to update."],["The documentation offers a historical overview of different versions of the `UpdateBackupScheduleRequest`, ranging from the latest 3.12.0 down to 2.2.0, enabling access to the relevant documentation based on the users dependency version."]]],[]]