Class: Google::Cloud::Orchestration::Airflow::Service::V1::DeleteEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::DeleteEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Delete an environment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
Instance Attribute Details
#name ⇒ ::String
Returns The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
82 83 84 85 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 82 class DeleteEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |