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