Google Cloud Orchestration Airflow V1 Client - Class ConflictResult (1.2.0)

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 \ CheckUpgradeResponse

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;