Cloud Composer v1 API - Enum CheckUpgradeResponse.Types.ConflictResult (2.7.0)

public enum CheckUpgradeResponse.Types.ConflictResult

Reference documentation and code samples for the Cloud Composer v1 API enum CheckUpgradeResponse.Types.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.