Cloud Composer v1 API - Class CreateEnvironmentRequest (2.2.0)

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.

Inheritance

Object > CreateEnvironmentRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

CreateEnvironmentRequest()

public CreateEnvironmentRequest()

CreateEnvironmentRequest(CreateEnvironmentRequest)

public CreateEnvironmentRequest(CreateEnvironmentRequest other)
Parameter
NameDescription
otherCreateEnvironmentRequest

Properties

Environment

public Environment Environment { get; set; }

The environment to create.

Property Value
TypeDescription
Environment

Parent

public string Parent { get; set; }

The parent must be of the form "projects/{projectId}/locations/{locationId}".

Property Value
TypeDescription
String