public sealed class GetScheduleRequest : IMessage<GetScheduleRequest>, IEquatable<GetScheduleRequest>, IDeepCloneable<GetScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetScheduleRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `GetScheduleRequest` class within the Google Cloud Notebooks v1 API."],["The `GetScheduleRequest` class is used to request information about a scheduled notebook, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers various versions of the API, with version 2.5.0 being the latest release."],["The class inherits from the base object class and includes properties like `Name` (a string) and `ScheduleName` (of type `ScheduleName`) for specifying the requested schedule."],["There are two constructors available for creating instances of the `GetScheduleRequest` class: one default constructor, and one that takes another `GetScheduleRequest` instance as an argument."]]],[]]