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"]],[["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-03-21 UTC."],[[["This document provides reference information for the `StopInstanceRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.3.0."],["The `StopInstanceRequest` class is used to request the stopping of a notebook instance and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class is located in the `Google.Cloud.Notebooks.V1` namespace, and its assembly is `Google.Cloud.Notebooks.V1.dll`."],["It includes a `Name` property, which is a required string representing the format `projects/{project_id}/locations/{location}/instances/{instance_id}`, to properly stop the requested instance."],["The documentation references multiple other versions, including the most recent 2.5.0, and prior 2.4.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04."]]],[]]