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 document provides reference information for the `GetScheduleRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.0.0."],["`GetScheduleRequest` is used to request data for a scheduled notebook and inherits from `Object`, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetScheduleRequest()` and `GetScheduleRequest(GetScheduleRequest other)`, and it has two main properties: `Name` (a string) and `ScheduleName` (a `ScheduleName` object)."],["The `Name` property specifies the resource name in the format: `projects/{project_id}/locations/{location}/schedules/{schedule_id}`, which is a required field."],["The `ScheduleName` property offers a typed view over the resource `Name`, which will be a `ScheduleName` object."]]],[]]