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."],[[["The `StartInstanceRequest` class, part of the Notebooks v2 API, is used to define requests for starting a notebook instance within Google Cloud."],["This class is found in the `Google.Cloud.Notebooks.V2` namespace and is implemented in the `Google.Cloud.Notebooks.V2.dll` assembly."],["The class offers two constructors, one default and another that allows for creating a `StartInstanceRequest` from another `StartInstanceRequest` object."],["The `Name` property of the `StartInstanceRequest` class is required and is used to specify the notebook instance's full resource name, following a specific format."],["There are currently 3 different versions of the `StartInstanceRequest` available, with `1.2.0` being the latest."]]],[]]