PointsUpdateOperation$json top-level constant

  1. @Deprecated('Use pointsUpdateOperationDescriptor instead')
Map<String, Object> const PointsUpdateOperation$json

Implementation

@$core.Deprecated('Use pointsUpdateOperationDescriptor instead')
const PointsUpdateOperation$json = {
  '1': 'PointsUpdateOperation',
  '2': [
    {'1': 'upsert', '3': 1, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.PointStructList', '9': 0, '10': 'upsert'},
    {
      '1': 'delete_deprecated',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.qdrant.PointsSelector',
      '8': {'3': true},
      '9': 0,
      '10': 'deleteDeprecated',
    },
    {'1': 'set_payload', '3': 3, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.SetPayload', '9': 0, '10': 'setPayload'},
    {'1': 'overwrite_payload', '3': 4, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.OverwritePayload', '9': 0, '10': 'overwritePayload'},
    {'1': 'delete_payload', '3': 5, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.DeletePayload', '9': 0, '10': 'deletePayload'},
    {
      '1': 'clear_payload_deprecated',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.qdrant.PointsSelector',
      '8': {'3': true},
      '9': 0,
      '10': 'clearPayloadDeprecated',
    },
    {'1': 'update_vectors', '3': 7, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.UpdateVectors', '9': 0, '10': 'updateVectors'},
    {'1': 'delete_vectors', '3': 8, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.DeleteVectors', '9': 0, '10': 'deleteVectors'},
    {'1': 'delete_points', '3': 9, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.DeletePoints', '9': 0, '10': 'deletePoints'},
    {'1': 'clear_payload', '3': 10, '4': 1, '5': 11, '6': '.qdrant.PointsUpdateOperation.ClearPayload', '9': 0, '10': 'clearPayload'},
  ],
  '3': [PointsUpdateOperation_PointStructList$json, PointsUpdateOperation_SetPayload$json, PointsUpdateOperation_OverwritePayload$json, PointsUpdateOperation_DeletePayload$json, PointsUpdateOperation_UpdateVectors$json, PointsUpdateOperation_DeleteVectors$json, PointsUpdateOperation_DeletePoints$json, PointsUpdateOperation_ClearPayload$json],
  '8': [
    {'1': 'operation'},
  ],
};