public sealed class TriggerScheduleRequest : IMessage<TriggerScheduleRequest>, IEquatable<TriggerScheduleRequest>, IDeepCloneable<TriggerScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class TriggerScheduleRequest.
[[["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 documentation for the `TriggerScheduleRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["The `TriggerScheduleRequest` class is used to request the creation of scheduled notebooks and inherits from `Object`, while also implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors, `TriggerScheduleRequest()`, and `TriggerScheduleRequest(TriggerScheduleRequest other)`, which can be used to initialize a new instance of the class."],["The `TriggerScheduleRequest` class has two properties, `Name` which is a required string property that follows the format `projects/{project_id}/locations/{location}/schedules/{schedule_id}` and `ScheduleName` which is a typed view over the `Name` resource."],["This documentation lists all previous versions of this resource, starting from version 1.0.0-beta04 and up to the latest at 2.5.0."]]],[]]