public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class CreateInstanceRequest.
[[["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."],[[["`CreateInstanceRequest` is a class within the Notebooks v2 API, specifically used for requesting the creation of a notebook instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing it with capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["It requires parameters such as `Instance`, `InstanceId`, and `Parent` to be defined, with `Instance` representing the notebook instance itself, `InstanceId` being a user-defined unique ID, and `Parent` defining the project and location."],["There are two constructors for `CreateInstanceRequest`: a default constructor and a copy constructor that takes another `CreateInstanceRequest` as a parameter to clone."],["The class also contains optional parameters such as `RequestId`, an idempotent request UUID, as well as the `ParentAsLocationName` typed view of the parent resource."]]],[]]