public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 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 documentation covers the `StopInstanceRequest` class, which is part of the Google Cloud Notebooks v2 API, specifically within version 1.1.0."],["`StopInstanceRequest` is a request class used for stopping a notebook instance, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and provides two constructors, one default and another that accepts a `StopInstanceRequest` object."],["A required property, `Name`, is included, and it specifies the full resource path of the notebook instance to be stopped, formatted as `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]