public sealed class GetBackupScheduleRequest : IMessage<GetBackupScheduleRequest>, IEquatable<GetBackupScheduleRequest>, IDeepCloneable<GetBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class GetBackupScheduleRequest.
The request for
[FirestoreAdmin.GetBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.GetBackupSchedule].
[[["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 documentation for the `GetBackupScheduleRequest` class within the Google Cloud Firestore Admin v1 API, specifically for .NET."],["The `GetBackupScheduleRequest` class is used to make requests for retrieving a specific backup schedule, as indicated by its use in `FirestoreAdmin.GetBackupSchedule`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The document details the constructors and properties of the `GetBackupScheduleRequest` class, including `BackupScheduleName` and `Name`, which are essential for identifying and accessing the correct backup schedule."],["The documentation presents a history of the versions of this class, with the latest being 3.12.0, and then following with a list of versions all the way down to version 2.2.0, for the user to use as needed."]]],[]]