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-03-21 UTC."],[[["This webpage provides reference documentation for the `CreateEnvironmentRequest` class within the Cloud Composer v1 API, specifically for version 2.5.0."],["The `CreateEnvironmentRequest` class is used to create a new environment within the Google Cloud Orchestration Airflow Service, which has inheritance from the object class and multiple interfaces such as IMessage, IEquatable, IDeepCloneable, IBufferMessage."],["The documentation outlines the class's constructors, `CreateEnvironmentRequest()`, and `CreateEnvironmentRequest(CreateEnvironmentRequest other)`, where `other` is another `CreateEnvironmentRequest` instance."],["The class contains two properties that are `Environment`, which specifies the environment to create and is of the `Environment` type, and `Parent`, which specifies the parent of the form \"projects/{projectId}/locations/{locationId}\" and is a string."],["This documentation covers versions from 1.0.0 up to 2.9.0 (latest) for the `CreateEnvironmentRequest` class in the Google Cloud Orchestration Airflow Service."]]],[]]