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
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ CheckUpgradeResponseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONFLICT_RESULT_UNSPECIFIED
Value: 0
It is unknown whether build had conflicts or not.
Generated from protobuf enum CONFLICT_RESULT_UNSPECIFIED = 0;
CONFLICT
Value: 1
There were python packages conflicts.
Generated from protobuf enum CONFLICT = 1;
NO_CONFLICT
Value: 2
There were no python packages conflicts.
Generated from protobuf enum NO_CONFLICT = 2;