Enum ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy (0.3.0)

public enum ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy extends Enum<ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy> implements ProtocolMessageEnum

Defines the strategy for handling conflicts when an evaluation with the same evaluation ID already exists in the app.

Protobuf enum google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED

The conflict resolution strategy is unspecified.

CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED = 0;

CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED_VALUE

The conflict resolution strategy is unspecified.

CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED = 0;

DUPLICATE

Keep the existing evaluation and duplicate the new one as a new evaluation.

DUPLICATE = 3;

DUPLICATE_VALUE

Keep the existing evaluation and duplicate the new one as a new evaluation.

DUPLICATE = 3;

OVERWRITE

Overwrite the existing evaluation with the new one.

OVERWRITE = 1;

OVERWRITE_VALUE

Overwrite the existing evaluation with the new one.

OVERWRITE = 1;

SKIP

Keep the existing evaluation and skip the new one.

SKIP = 2;

SKIP_VALUE

Keep the existing evaluation and skip the new one.

SKIP = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()