public sealed class StopRuntimeRequest : IMessage<StopRuntimeRequest>, IEquatable<StopRuntimeRequest>, IDeepCloneable<StopRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StopRuntimeRequest.
[[["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."],[[["The `StopRuntimeRequest` class is used to send a request to stop a Managed Notebook Runtime in the AI Platform Notebooks v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StopRuntimeRequest` class includes properties for `Name`, which specifies the runtime's resource name, and `RequestId`, which is an optional UUID for idempotent requests."],["The latest version of this class is `2.5.0` and the `2.1.0` version can be found in the namespace `Google.Cloud.Notebooks.V1` within the assembly `Google.Cloud.Notebooks.V1.dll`."],["The class has a default and copy constructor."]]],[]]