Enum CheckUpgradeResponse.ConflictResult (1.28.0)

public enum CheckUpgradeResponse.ConflictResult extends Enum<CheckUpgradeResponse.ConflictResult> implements ProtocolMessageEnum

Whether there were python modules conflict during image build.

Protobuf enum google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeResponse.ConflictResult

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONFLICT

There were python packages conflicts.

CONFLICT = 1;

CONFLICT_RESULT_UNSPECIFIED

It is unknown whether build had conflicts or not.

CONFLICT_RESULT_UNSPECIFIED = 0;

CONFLICT_RESULT_UNSPECIFIED_VALUE

It is unknown whether build had conflicts or not.

CONFLICT_RESULT_UNSPECIFIED = 0;

CONFLICT_VALUE

There were python packages conflicts.

CONFLICT = 1;

NO_CONFLICT

There were no python packages conflicts.

NO_CONFLICT = 2;

NO_CONFLICT_VALUE

There were no python packages conflicts.

NO_CONFLICT = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()