public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StopInstanceRequest.
[[["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 latest version of the `StopInstanceRequest` class for the AI Platform Notebooks v1 API is version 2.5.0."],["`StopInstanceRequest` is used to send a request for stopping a notebook instance, as part of the Google Cloud Notebooks v1 API."],["The `StopInstanceRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and one that accepts another `StopInstanceRequest` object as a parameter."],["It contains a `Name` property of type `string`, which is a required field specifying the notebook instance to stop, using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]