public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class CreateEnvironmentRequest.
Request for creating a notebook environment.
Implements
IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
CreateEnvironmentRequest()
public CreateEnvironmentRequest()CreateEnvironmentRequest(CreateEnvironmentRequest)
public CreateEnvironmentRequest(CreateEnvironmentRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateEnvironmentRequest | 
Properties
Environment
public Environment Environment { get; set; }Required. The environment to be created.
| Property Value | |
|---|---|
| Type | Description | 
| Environment | |
EnvironmentId
public string EnvironmentId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Parent
public string Parent { get; set; }Required. Format: projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description | 
| String | |