public sealed class GetScheduleRequest : IMessage<GetScheduleRequest>, IEquatable<GetScheduleRequest>, IDeepCloneable<GetScheduleRequest>, IBufferMessage, IMessage
[[["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 `GetScheduleRequest` class is used to request a scheduled notebook, and is part of the `Google.Cloud.Notebooks.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with protocol buffer messages and data structures."],["The latest version available for this request is version 2.5.0, with other versions from 2.4.0 down to 1.0.0-beta04 also accessible."],["The `GetScheduleRequest` class has two constructors, a default one and one that takes another `GetScheduleRequest` object as a parameter for cloning."],["It includes two properties: `Name`, which is a string representing the resource name in the format `projects/{project_id}/locations/{location}/schedules/{schedule_id}`, and `ScheduleName`, which provides a typed view of the `Name` property."]]],[]]