Proto file types/change.proto
ChangeType
Type of change
| Name | Number | Description |
|---|---|---|
| CHANGE_TYPE_UNSPECIFIED | 0 | Nothing has changed but existing items have been requested. The new_value property should be set |
| ADD | 1 | An item has been added. The new_value property of the change should be set |
| UPDATE | 2 | An item has been updated. The new_value and old_value properties of the change should be set |
| REMOVE | 3 | A item has been removed. The old_value property of the change should be set |
| REPLACE | 4 | All existing items should be replaced by this set of items. |