Class: Google::Cloud::Orchestration::Airflow::Service::V1::CreateEnvironmentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#environment::Google::Cloud::Orchestration::Airflow::Service::V1::Environment

Returns The environment to create.

Returns:



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}".

Returns:

  • (::String)

    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