Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::CreateEnvironmentRequest.
Create a new environment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::Google::Cloud::Orchestration::Airflow::Service::V1::Environment
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::Environment) — The environment to create.
#environment=
def environment=(value) -> ::Google::Cloud::Orchestration::Airflow::Service::V1::Environment
Parameter
- value (::Google::Cloud::Orchestration::Airflow::Service::V1::Environment) — The environment to create.
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::Environment) — The environment to create.
#parent
def parent() -> ::String
Returns
- (::String) — The parent must be of the form "projects/{projectId}/locations/{locationId}".
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — The parent must be of the form "projects/{projectId}/locations/{locationId}".
Returns
- (::String) — The parent must be of the form "projects/{projectId}/locations/{locationId}".