public sealed class StartInstanceRequest : IMessage<StartInstanceRequest>, IEquatable<StartInstanceRequest>, IDeepCloneable<StartInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class StartInstanceRequest.
[[["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 page provides documentation for the `StartInstanceRequest` class within the Google Cloud Notebooks v2 API, specifically version 1.1.0."],["`StartInstanceRequest` is used to send requests for starting a notebook instance, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `StartInstanceRequest` object as a parameter."],["The `StartInstanceRequest` class includes a `Name` property, which is a string representing the required format for identifying the notebook instance to start."],["The latest version for the API is version 1.2.0, while versions 1.0.0 and 1.1.0 are also available for viewing."]]],[]]