public enum ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy extends Enum<ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy> implements ProtocolMessageEnumDefines 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED |
The conflict resolution strategy is unspecified. |
CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED_VALUE |
The conflict resolution strategy is unspecified. |
DUPLICATE |
Keep the existing evaluation and duplicate the new one as a new evaluation. |
DUPLICATE_VALUE |
Keep the existing evaluation and duplicate the new one as a new evaluation. |
OVERWRITE |
Overwrite the existing evaluation with the new one. |
OVERWRITE_VALUE |
Overwrite the existing evaluation with the new one. |
SKIP |
Keep the existing evaluation and skip the new one. |
SKIP_VALUE |
Keep the existing evaluation and skip the new one. |
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() |
|