public sealed class GetBackupScheduleRequest : IMessage<GetBackupScheduleRequest>, IEquatable<GetBackupScheduleRequest>, IDeepCloneable<GetBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetBackupScheduleRequest.
The request for
[GetBackupSchedule][google.spanner.admin.database.v1.DatabaseAdmin.GetBackupSchedule].
Required. The name of the schedule to retrieve.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.
[[["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 latest version available for the `GetBackupScheduleRequest` class is `5.0.0-beta05`, which is accessible within the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["This class is part of the Google Cloud Spanner Database Administration v1 API and represents the request for retrieving a backup schedule."],["The `GetBackupScheduleRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The request requires a `Name` property, which is the resource name of the backup schedule to retrieve, formatted as `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e/backupSchedules/\u003cbackup_schedule_id\u003e`."],["The `GetBackupScheduleRequest` class has a `BackupScheduleName` property that provides a typed view over the `Name` resource property."]]],[]]