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"]],[["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."],[[["This documentation covers the `StartInstanceRequest` class, which is part of the Google Cloud Notebooks v2 API and is used to initiate a request for starting a notebook instance."],["The `StartInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["The class includes a constructor, `StartInstanceRequest()`, and another constructor that takes another `StartInstanceRequest` as a parameter, `StartInstanceRequest(StartInstanceRequest other)`."],["It contains one property, `Name`, which is a string representing the resource name of the notebook instance to be started, using the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The documentation lists the inherited members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]