public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Required. User-defined unique ID of this environment. The environment_id
must be 1 to 63 characters long and contain only lowercase letters, numeric
characters, and dashes. The first character must be a lowercase letter and
the last character cannot be a dash.
[[["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 `CreateEnvironmentRequest` class is used to request the creation of a new notebook environment within the Google Cloud Notebooks service."],["This class is part of the `Google.Cloud.Notebooks.V1Beta1` namespace and is implemented in the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."],["The `CreateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The class has properties for specifying the `Environment` to be created, the `EnvironmentId` (a user-defined unique ID), and the `Parent` resource (project and location) where the environment will reside."],["The class has 2 constructors, one default and one that takes in another `CreateEnvironmentRequest` object."]]],[]]