Class OperationType (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
OperationType(value)
If a processor or agent does an explicit operation on
existing elements.
Enums
Name
Description
OPERATION_TYPE_UNSPECIFIED
Operation type unspecified. If no operation is specified a provenance entry is simply used to match against a `parent`.
ADD
Add an element.
REMOVE
Remove an element identified by `parent`.
UPDATE
Updates any fields within the given provenance scope of the message. It overwrites the fields rather than replacing them. Use this when you want to update a field value of an entity without also updating all the child properties.
REPLACE
Currently unused. Replace an element identified by `parent`.
EVAL_REQUESTED
Deprecated. Request human review for the element identified by `parent`.
EVAL_APPROVED
Deprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
EVAL_SKIPPED
Deprecated. Element is skipped in the validation process.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]