Class: Google::Cloud::Orchestration::Airflow::Service::V1::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::CreateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Create a new environment.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::Environment
The environment to create.
-
#parent ⇒ ::String
The parent must be of the form "projects/{projectId}/locations/{locationId}".
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::Environment
Returns The environment to create.
34 35 36 37 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 34 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The parent must be of the form "projects/{projectId}/locations/{locationId}".
34 35 36 37 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 34 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |