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 document provides reference documentation for the `CreateEnvironmentRequest` class within the Cloud Composer v1 API, specifically for version 2.7.0."],["The `CreateEnvironmentRequest` class is used to create a new environment in Cloud Composer and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the inheritance and implemented members of the `CreateEnvironmentRequest` class, showing it inherits from `object` and is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["It outlines the constructors available for `CreateEnvironmentRequest`, including a default constructor and one that accepts another `CreateEnvironmentRequest` object as a parameter."],["Key properties of `CreateEnvironmentRequest` are described, including `Environment` which represents the environment to be created, and `Parent`, a string defining the project and location."]]],[]]