public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class CreateEnvironmentRequest.
Create a new environment.
Implements
IMessageCreateEnvironmentRequest, IEquatableCreateEnvironmentRequest, IDeepCloneableCreateEnvironmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
CreateEnvironmentRequest()
public CreateEnvironmentRequest()
CreateEnvironmentRequest(CreateEnvironmentRequest)
public CreateEnvironmentRequest(CreateEnvironmentRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateEnvironmentRequest |
Properties
Environment
public Environment Environment { get; set; }
The environment to create.
Property Value | |
---|---|
Type | Description |
Environment |
Parent
public string Parent { get; set; }
The parent must be of the form "projects/{projectId}/locations/{locationId}".
Property Value | |
---|---|
Type | Description |
string |