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.
[[["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-04-02 UTC."],[[["This document provides reference documentation for the `CreateEnvironmentRequest` class within the Cloud Composer v1 API, specifically for version 2.3.0."],["The `CreateEnvironmentRequest` class is used to create a new environment in Google Cloud's Airflow service and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is available under version 2.9.0, with previous versions ranging down to 1.0.0."],["Key properties of the `CreateEnvironmentRequest` class include `Environment`, which is the environment to create, and `Parent`, which specifies the project and location."],["This class has both a parameterless constructor and another that accepts a `CreateEnvironmentRequest` object as a parameter."]]],[]]