Enum CheckUpgradeResponse.Types.ConflictResult (1.0.0)

public enum ConflictResult

Whether there were python modules conflict during image build.

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Fields

NameDescription
Conflict

There were python packages conflicts.

NoConflict

There were no python packages conflicts.

Unspecified

It is unknown whether build had conflicts or not.