public sealed class StartRuntimeRequest : IMessage<StartRuntimeRequest>, IEquatable<StartRuntimeRequest>, IDeepCloneable<StartRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StartRuntimeRequest.
[[["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 page provides documentation for the `StartRuntimeRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.0.0."],["`StartRuntimeRequest` is used to initiate the startup of a Managed Notebook Runtime and is part of the `Google.Cloud.Notebooks.V1` namespace, implemented in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and one that takes another `StartRuntimeRequest` instance as a parameter to copy it."],["The `StartRuntimeRequest` class has two properties: `Name` to specify the runtime's resource name, and `RequestId` for an idempotent request UUID."]]],[]]