Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ConflictResult.
Whether there were python modules conflict during image build.
Protobuf type google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONFLICT_RESULT_UNSPECIFIED
Value: 0It is unknown whether build had conflicts or not.
Generated from protobuf enum CONFLICT_RESULT_UNSPECIFIED = 0;
CONFLICT
Value: 1There were python packages conflicts.
Generated from protobuf enum CONFLICT = 1;
NO_CONFLICT
Value: 2There were no python packages conflicts.
Generated from protobuf enum NO_CONFLICT = 2;