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"]],[["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 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."]]],[]]