public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class CreateEnvironmentRequest.
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-08-28 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eCreateEnvironmentRequest\u003c/code\u003e class, which is used to request the creation of a notebook environment within the AI Platform Notebooks v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateEnvironmentRequest\u003c/code\u003e class is available in multiple versions, with the latest being 2.0.0-beta05, and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class requires specifying properties such as \u003ccode\u003eEnvironment\u003c/code\u003e, \u003ccode\u003eEnvironmentId\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e when creating a request, with specific formatting and constraints for each property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateEnvironmentRequest\u003c/code\u003e class includes two constructors: a default constructor and one that accepts another \u003ccode\u003eCreateEnvironmentRequest\u003c/code\u003e instance for initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be found within the \u003ccode\u003eGoogle.Cloud.Notebooks.V1Beta1\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.Notebooks.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1beta1 API - Class CreateEnvironmentRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.CreateEnvironmentRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/2.0.0-beta04/Google.Cloud.Notebooks.V1Beta1.CreateEnvironmentRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/1.0.0-beta04/Google.Cloud.Notebooks.V1Beta1.CreateEnvironmentRequest) \n\n public sealed class CreateEnvironmentRequest : IMessage\u003cCreateEnvironmentRequest\u003e, IEquatable\u003cCreateEnvironmentRequest\u003e, IDeepCloneable\u003cCreateEnvironmentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1beta1 API class CreateEnvironmentRequest.\n\nRequest for creating a notebook environment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateEnvironmentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateEnvironmentRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.CreateEnvironmentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateEnvironmentRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.CreateEnvironmentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateEnvironmentRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.CreateEnvironmentRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1Beta1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1Beta1.dll\n\nConstructors\n------------\n\n### CreateEnvironmentRequest()\n\n public CreateEnvironmentRequest()\n\n### CreateEnvironmentRequest(CreateEnvironmentRequest)\n\n public CreateEnvironmentRequest(CreateEnvironmentRequest other)\n\nProperties\n----------\n\n### Environment\n\n public Environment Environment { get; set; }\n\nRequired. The environment to be created.\n\n### EnvironmentId\n\n public string EnvironmentId { get; set; }\n\nRequired. User-defined unique ID of this environment. The `environment_id` must\nbe 1 to 63 characters long and contain only lowercase letters,\nnumeric characters, and dashes. The first character must be a lowercase\nletter and the last character cannot be a dash.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Format: `projects/{project_id}/locations/{location}`"]]