Module: Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse::ConflictResult
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Whether there were python modules conflict during image build.
Constant Summary collapse
- CONFLICT_RESULT_UNSPECIFIED =
It is unknown whether build had conflicts or not.
0
- CONFLICT =
There were python packages conflicts.
1
- NO_CONFLICT =
There were no python packages conflicts.
2